diff --git a/package.json b/package.json index 4b67265..8a40965 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npmts", - "version": "5.3.4", + "version": "5.3.5", "description": "write npm modules with TypeScript", "main": "dist/index.js", "bin": { @@ -9,11 +9,11 @@ "scripts": { "test": "(npm run compile && npm run setupCheck && npm run check && npm run checkVersion && npm run checkNoTest)", "compile": "(rm -rf test/ && rm -r dist/ && mkdir dist/ && tsc && cp assets/cli.js dist/ )", - "setupCheck":"(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)", + "setupCheck": "(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)", "check": "(cd test && node ../dist/index.js)", "checkVersion": "(cd test/ && node ../dist/index.js -v)", "checkNoTest": "(cd test && node ../dist/index.js --notest)", - "install":"(mkdir test/)" + "install": "(mkdir test/)" }, "repository": { "type": "git",