Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
353c1f6dbd | |||
e540ac8327 |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gitzone/tsrun",
|
||||
"version": "1.0.13",
|
||||
"version": "1.0.14",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gitzone/tsrun",
|
||||
"version": "1.0.13",
|
||||
"version": "1.0.14",
|
||||
"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 --ignore 'nothing' --compilerOptions '{\"lib\": [\"ES2015\"]}' scripts/postinstall.ts"
|
||||
"postinstall": "ts-node --skip-ignore true --compilerOptions '{\"lib\": [\"ES2015\"]}' scripts/postinstall.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^10.3.0"
|
||||
|
Reference in New Issue
Block a user