fix(core): fix caching issues

This commit is contained in:
2018-07-01 11:32:08 +02:00
parent 6815f9bd5d
commit 51b5343440
6 changed files with 482 additions and 6 deletions

View File

@@ -12,12 +12,14 @@
"scripts": {
"test": "(npmts --notest && node ./cli.js test/test.ts)",
"format": "(gitzone format)",
"build": "echo \"Not needed for now\""
"build": "echo \"Not needed for now\"",
"postinstall": "ts-node --compilerOptions '{\"lib\": [\"ES2015\"]}' scripts/postinstall.ts"
},
"devDependencies": {
"@types/node": "^10.3.0"
},
"dependencies": {
"smartfile": "^4.2.28",
"ts-node": "^6.1.0",
"typescript": "^2.9.1"
},