This commit is contained in:
Philipp Kunz 2016-06-16 03:24:06 +02:00
parent 20ad0d0b38
commit c4faa56d0d

View File

@ -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": {