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