5.3.4
This commit is contained in:
parent
20ad0d0b38
commit
c4faa56d0d
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "npmts",
|
||||
"version": "5.3.3",
|
||||
"version": "5.3.4",
|
||||
"description": "write npm modules with TypeScript",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
@ -10,7 +10,7 @@
|
||||
"test": "(npm run compile && npm run check && npm run checkVersion && npm run checkNoTest)",
|
||||
"check": "(cd ./test/assets && node ../../dist/index.js)",
|
||||
"checkVersion": "cd ./test/assets && node ../../dist/index.js -v",
|
||||
"checkNoTest":"cd ./test/assets && node ../../dist/index.js --notest",
|
||||
"checkNoTest": "cd ./test/assets && node ../../dist/index.js --notest",
|
||||
"compile": "(cd compile && node compile.js)"
|
||||
},
|
||||
"repository": {
|
||||
|
Loading…
Reference in New Issue
Block a user