Remove the unused scripts section of package.json and make user-config-json-to-bin.ts slightly simpler.
This commit is contained in:
@@ -4,12 +4,6 @@
|
||||
"description": "Agent USB scripts",
|
||||
"main": "uhk.js",
|
||||
"license": "GPL-3.0",
|
||||
"scripts": {
|
||||
"build": "npm run chmod",
|
||||
"tsc": "tsc",
|
||||
"chmod": "shx chmod u+x ./*.ts",
|
||||
"watch": "tsc -w"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "8.0.28",
|
||||
"shx": "0.2.2",
|
||||
|
||||
Reference in New Issue
Block a user