👷♂️ Include @types/node as real dependency since we don't commit transpiled files
This commit is contained in:
parent
c5f6335483
commit
8779a0cf41
2 changed files with 4 additions and 7 deletions
5
package-lock.json
generated
5
package-lock.json
generated
|
@ -6,8 +6,7 @@
|
||||||
"@types/node": {
|
"@types/node": {
|
||||||
"version": "10.12.0",
|
"version": "10.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.0.tgz",
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.0.tgz",
|
||||||
"integrity": "sha512-3TUHC3jsBAB7qVRGxT6lWyYo2v96BMmD2PTcl47H25Lu7UXtFH/2qqmKiVrnel6Ne//0TFYf6uvNX+HW2FRkLQ==",
|
"integrity": "sha512-3TUHC3jsBAB7qVRGxT6lWyYo2v96BMmD2PTcl47H25Lu7UXtFH/2qqmKiVrnel6Ne//0TFYf6uvNX+HW2FRkLQ=="
|
||||||
"dev": true
|
|
||||||
},
|
},
|
||||||
"sax": {
|
"sax": {
|
||||||
"version": "1.2.4",
|
"version": "1.2.4",
|
||||||
|
@ -15,7 +14,7 @@
|
||||||
"integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
|
"integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
|
||||||
},
|
},
|
||||||
"ssn-installer": {
|
"ssn-installer": {
|
||||||
"version": "git+https://git.jedipedia.net/swtor/ssn-installer.git#442fcd7d0cb0622959ad47047e3c187a16dbd1da",
|
"version": "git+https://git.jedipedia.net/swtor/ssn-installer.git#15ca59a6a6c06d092383d6fdfb72a8e55bfa407b",
|
||||||
"from": "git+https://git.jedipedia.net/swtor/ssn-installer.git"
|
"from": "git+https://git.jedipedia.net/swtor/ssn-installer.git"
|
||||||
},
|
},
|
||||||
"xml-js": {
|
"xml-js": {
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
"update": "rm -rf node_modules package-lock.json && npm install"
|
"update": "rm -rf node_modules package-lock.json && npm install"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@types/node": "^10.12.0",
|
||||||
"ssn-installer": "git+https://git.jedipedia.net/swtor/ssn-installer.git",
|
"ssn-installer": "git+https://git.jedipedia.net/swtor/ssn-installer.git",
|
||||||
"xml-js": "^1.6.8"
|
"xml-js": "^1.6.8"
|
||||||
},
|
},
|
||||||
|
@ -24,8 +25,5 @@
|
||||||
"src/*/*/*.ts",
|
"src/*/*/*.ts",
|
||||||
"src/*/*/*/*.ts",
|
"src/*/*/*/*.ts",
|
||||||
"tsconfig.json"
|
"tsconfig.json"
|
||||||
],
|
]
|
||||||
"devDependencies": {
|
|
||||||
"@types/node": "^10.12.0"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue