Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Merge pull request #43 from reduct/development
Browse files Browse the repository at this point in the history
[BUGFIX] Integrate derequire
  • Loading branch information
Inkdpixels committed Jan 8, 2016
2 parents cbd005a + 2d939d0 commit 3ba3572
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "dist/assembler.js",
"scripts": {
"prepublish": "npm run build",
"build": "browserify src/assembler.js -o dist/assembler.js --standalone reduct.assembler -t [ babelify --presets [ es2015 ] ]",
"build": "browserify src/assembler.js -o dist/assembler.js --standalone reduct.assembler -t [ babelify --presets [ es2015 ] ] -p browserify-derequire",
"lint": "xo src/**/*.js",
"mocha": "export TEST=true && find ./src -name '*.spec.js' | xargs istanbul cover -x *.spec.js _mocha -- -R spec --compilers js:babel-register",
"test": "npm run lint && npm run mocha && npm run build",
Expand Down Expand Up @@ -57,6 +57,7 @@
"babel-register": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"browserify-derequire": "^0.9.4",
"chai": "^3.4.1",
"istanbul": "^0.4.1",
"jsdom": "^7.2.2",
Expand Down

0 comments on commit 3ba3572

Please sign in to comment.