From 8547b42a164324659f07500479d41e5adab5c390 Mon Sep 17 00:00:00 2001 From: Dotan Nahum Date: Fri, 2 Mar 2018 21:27:26 +0200 Subject: [PATCH] v1.4.17 --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 744aff7f..a2217105 100644 --- a/package.json +++ b/package.json @@ -1,26 +1,22 @@ { "name": "hygen", - "version": "1.4.16", + "version": "1.4.17", "main": "lib/index.js", "bin": { "hygen": "./lib/bin.js" }, "scripts": { - "standalone": - "rm -rf standalone; yarn build:lib && yarn pkg package.json --out-path standalone && node scripts/standalone.js", + "standalone": "rm -rf standalone; yarn build:lib && yarn pkg package.json --out-path standalone && node scripts/standalone.js", "standalone:brew-sha": "shasum -a 256 standalone/*.macos.*.tar.gz", - "build:lib": - "babel src --out-dir lib --ignore src/__tests__ && cp -r src/templates lib/", + "build:lib": "babel src --out-dir lib --ignore src/__tests__ && cp -r src/templates lib/", "build:umd:min": "NODE_ENV=production webpack", "build:umd": "NODE_ENV=development webpack", "build": "npm run build:lib", - "release": - "yarn build && git commit -am 'build'; yarn version && git push --tags && git push origin master", + "release": "yarn build && git commit -am 'build'; yarn version && git push --tags && git push origin master", "test": "yarn test:code && yarn test:require", "test:code": "node node_modules/.bin/jest", "test:metaverse": "node node_modules/.bin/jest metaverse", - "test:require": - "babel-node src/bin.timed.js; babel-node src/bin.timed.js; babel-node src/bin.timed.js init self; rm -rf _templates", + "test:require": "babel-node src/bin.timed.js; babel-node src/bin.timed.js; babel-node src/bin.timed.js init self; rm -rf _templates", "watch": "node node_modules/.bin/jest --watch src/*", "flow:sync": "flow-typed install", "hygen": "babel-node src/bin.js", @@ -73,7 +69,11 @@ "scripts": "lib/**/*.js", "assets": "src/**/*", "outPath": "standalone", - "targets": ["node8-macos", "node8-linux", "node8-win"] + "targets": [ + "node8-macos", + "node8-linux", + "node8-win" + ] }, "license": "MIT", "description": "The scalable code generator that saves you time.",