Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
ef1bc5c93a | |||
a76aaa45d2 | |||
d07c7a74e8 | |||
69f6f7460f |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gitzone/tsrun",
|
||||
"version": "1.0.11",
|
||||
"version": "1.0.13",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user