feat(dependencies and cache): remove caching

This commit is contained in:
2019-03-02 22:38:01 +01:00
parent 9ae4f9f82b
commit 92ac844954
5 changed files with 688 additions and 157 deletions

View File

@@ -12,19 +12,18 @@
"scripts": {
"test": "(tsbuild && node ./cli.js test/test.ts)",
"format": "(gitzone format)",
"build": "(tsbuild)",
"postinstall": "(node ./cli.js scripts/postinstall.ts)"
"build": "(tsbuild)"
},
"devDependencies": {
"@types/node": "^10.5.7",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0"
"@types/node": "^11.10.4",
"tslint": "^5.13.1",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@pushrocks/smartfile": "^6.0.6",
"ts-node": "^7.0.0",
"typescript": "^3.0.1"
"@gitzone/tsbuild": "^2.1.8",
"@pushrocks/smartfile": "^7.0.0",
"ts-node": "^8.0.2",
"typescript": "^3.3.3333"
},
"private": false
}