fix(dependencies): update

This commit is contained in:
2018-08-08 22:33:07 +02:00
parent 84275f6804
commit b1ec59e042
3 changed files with 142 additions and 181 deletions

View File

@@ -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
}
}