From de05001f3ef4ff396621cbb5d38790889a444ca6 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Wed, 31 Aug 2016 12:04:20 +0200 Subject: [PATCH] 5.4.16 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 62cf034..f03da58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npmts", - "version": "5.4.15", + "version": "5.4.16", "description": "Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.", "main": "dist/index.js", "bin": { @@ -10,8 +10,8 @@ "test": "(npm run compile && npm run setupCheck && npm run check && npm run checkVersion && npm run checkNoTest && npm run checkNoDocs)", "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/)", - "typedoc":"(typedoc --out ./pages/api --target ES6 ./ts/)", - "npmpage":"(npmpage)", + "typedoc": "(typedoc --out ./pages/api --target ES6 ./ts/)", + "npmpage": "(npmpage)", "check": "(cd test && npm install && node ../dist/index.js)", "checkVersion": "(cd test/ && node ../dist/index.js -v)", "checkNoTest": "(cd test && node ../dist/index.js --notest)",