Skip to content

Commit

Permalink
v1.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Feb 24, 2018
1 parent 9a8d0be commit e6c9fc1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
{
"name": "hygen",
"version": "1.4.11",
"version": "1.4.12",
"main": "lib/index.js",
"license": "MIT",
"bin": {
"hygen": "./lib/bin.js"
},
"scripts": {
"standalone":
"rm -rf standalone; yarn build:lib && yarn pkg package.json --out-path standalone && node scripts/standalone.js && yarn standalone:brew-sha",
"standalone": "rm -rf standalone; yarn build:lib && yarn pkg package.json --out-path standalone && node scripts/standalone.js && yarn standalone:brew-sha",
"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 && yarn version && git push --tags && git push origin master",
"release": "yarn 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",
Expand Down Expand Up @@ -74,6 +70,10 @@
"scripts": "lib/**/*.js",
"assets": "src/**/*",
"outPath": "standalone",
"targets": ["node8-macos", "node8-linux", "node8-win"]
"targets": [
"node8-macos",
"node8-linux",
"node8-win"
]
}
}

0 comments on commit e6c9fc1

Please sign in to comment.