cleanup
This commit is contained in:
29
.gitignore
vendored
29
.gitignore
vendored
@@ -1,4 +1,29 @@
|
||||
*.iml
|
||||
# Dependencies
|
||||
/node_modules
|
||||
.log
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editor / IDE
|
||||
*.iml
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Package manager files
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
*.tgz
|
||||
|
||||
# Secrets
|
||||
.npmrc
|
||||
|
||||
33
package.json
33
package.json
@@ -1,32 +1,4 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"node-red-contrib-mi-devices@1.1.1",
|
||||
"/private/var/node-red"
|
||||
]
|
||||
],
|
||||
"_from": "node-red-contrib-mi-devices@1.1.1",
|
||||
"_id": "node-red-contrib-mi-devices@1.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-uUizxWcRgjML83O+nfElPoct6q+2cZHLN96gvSagzx7MtEtcVtTz0pUYiebWhNWd4EzM5UvDa9mI7KYHNmIKPg==",
|
||||
"_location": "/node-red-contrib-mi-devices",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "node-red-contrib-mi-devices@1.1.1",
|
||||
"name": "node-red-contrib-mi-devices",
|
||||
"escapedName": "node-red-contrib-mi-devices",
|
||||
"rawSpec": "1.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/node-red-contrib-mi-devices/-/node-red-contrib-mi-devices-1.1.1.tgz",
|
||||
"_spec": "1.1.1",
|
||||
"_where": "/private/var/node-red",
|
||||
"author": {
|
||||
"name": "Pierre CLEMENT"
|
||||
},
|
||||
@@ -92,5 +64,8 @@
|
||||
"build:ts": "tsc --allowUnreachableCode -p .",
|
||||
"clean": "rimraf dist"
|
||||
},
|
||||
"version": "1.1.1"
|
||||
"version": "1.1.9",
|
||||
"publishConfig": {
|
||||
"registry": "https://git.familie-berner.de/api/packages/Open/npm/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user