From 96a3f40b56daf85e238807e9de09a7753fa34a14 Mon Sep 17 00:00:00 2001 From: Dotan Nahum Date: Fri, 23 Mar 2018 20:53:04 +0300 Subject: [PATCH] v1.5.3 --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index a3a20b0c..fb8f77f7 100644 --- a/package.json +++ b/package.json @@ -1,27 +1,23 @@ { "name": "hygen", - "version": "1.5.2", + "version": "1.5.3", "main": "lib/index.js", "repository": "https://github.com/jondot/hygen", "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", "flow:sync": "flow-typed install", "hygen": "babel-node src/bin.js", @@ -75,7 +71,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.",