Compare commits

...

4 Commits

Author SHA1 Message Date
ef1bc5c93a 1.0.13 2018-07-01 11:58:36 +02:00
a76aaa45d2 update ignore path pattern for ts_node 2018-07-01 11:58:33 +02:00
d07c7a74e8 1.0.12 2018-07-01 11:51:31 +02:00
69f6f7460f update 2018-07-01 11:51:24 +02:00
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsrun",
"version": "1.0.11",
"version": "1.0.13",
"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 --compilerOptions '{\"lib\": [\"ES2015\"]}' scripts/postinstall.ts"
"postinstall": "ts-node --ignore 'nothing' --compilerOptions '{\"lib\": [\"ES2015\"]}' scripts/postinstall.ts"
},
"devDependencies": {
"@types/node": "^10.3.0"