This commit is contained in:
Philipp Kunz 2016-06-10 06:14:18 +02:00
parent 7f4d72f0d6
commit 966cb88c82

View File

@ -1,6 +1,6 @@
{
"name": "npmts",
"version": "5.2.5",
"version": "5.3.0",
"description": "write npm modules with TypeScript",
"main": "dist/index.js",
"bin": {
@ -9,7 +9,7 @@
"scripts": {
"test": "(npm run compile && npm run check && npm run checkVersion)",
"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",
"compile": "(cd compile && node compile.js)"
},
"repository": {