fix(dependencies): update
This commit is contained in:
13
package.json
13
package.json
@@ -10,18 +10,19 @@
|
||||
"tsrun": "./cli.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "(npmts --notest && node ./cli.js test/test.ts)",
|
||||
"test": "(tsbuild && node ./cli.js test/test.ts)",
|
||||
"format": "(gitzone format)",
|
||||
"build": "echo \"Not needed for now\"",
|
||||
"build": "(tsbuild)",
|
||||
"postinstall": "(node ./cli.js scripts/postinstall.ts)"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^10.5.1"
|
||||
"@types/node": "^10.5.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pushrocks/smartfile": "^6.0.3",
|
||||
"@gitzone/tsbuild": "^2.0.21",
|
||||
"@pushrocks/smartfile": "^6.0.6",
|
||||
"ts-node": "^7.0.0",
|
||||
"typescript": "^2.9.1"
|
||||
"typescript": "^3.0.1"
|
||||
},
|
||||
"private": false
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user