Skip to content

Commit

Permalink
gargantuan change: npm now exposes build tree, postinstall qbuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Aug 20, 2017
1 parent 35f33d6 commit 4a9409e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
@@ -1,11 +1,11 @@
{
"name": "jssm",
"version": "4.7.4",
"version": "4.7.5",
"engines": {
"node": ">=6.0.0"
},
"description": "A Javascript state machine with a simple API. Well tested, and typed with Flowtype. MIT License.",
"main": "dist/jssm.es5.cjs.js",
"main": "build/jssm.es5.js",
"scripts": {
"test": "nyc ava src/js/tests/*.js",
"removedir": "rimraf build -f && rimraf dist -f && rimraf docs -f",
Expand All @@ -17,6 +17,7 @@
"pack": "browserify -r ./build/jssm.es5.js:jssm -o build/jssm.es5.cjs.js",
"make": "npm run clean && npm run peg && npm run babel && npm run rename && npm run setver && npm run pack",
"flow": "flow",
"postinstall": "qbuild",
"peg": "rm -f src/js/jssm-dot.js && pegjs src/js/jssm-dot.peg && cp src/js/jssm-dot.js build/",
"eslint": "eslint src/js/jssm.js src/js/jssm-types.js src/js/tests/*.js",
"nyc-html": "nyc ava report --reporter=html",
Expand Down

0 comments on commit 4a9409e

Please sign in to comment.