Compare commits

..

2 Commits

Author SHA1 Message Date
cf89601f28 1.0.17 2018-07-01 17:44:24 +02:00
da899b29bb fix(nodedistribution) 2018-07-01 17:44:12 +02:00
4 changed files with 5 additions and 6 deletions

3
dist/tsnode.js vendored

File diff suppressed because one or more lines are too long

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsrun",
"version": "1.0.16",
"version": "1.0.17",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsrun",
"version": "1.0.16",
"version": "1.0.17",
"description": "run typescript programs efficiently",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@ -13,7 +13,7 @@
"test": "(npmts --notest && node ./cli.js test/test.ts)",
"format": "(gitzone format)",
"build": "echo \"Not needed for now\"",
"postinstall": "ts-node --skip-ignore true --compilerOptions '{\"lib\": [\"ES2015\"]}' scripts/postinstall.ts"
"postinstall": "(node ./cli.js scripts/postinstall.ts)"
},
"devDependencies": {
"@types/node": "^10.3.0"

View File

@ -7,4 +7,4 @@ const run = async () => {
await smartfile.fs.ensureEmptyDir(tsCacheDir);
}
run()
run();