diff --git a/package.json b/package.json index 194af65..77db56e 100644 --- a/package.json +++ b/package.json @@ -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": {