Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #66 from aunyks/master
Browse files Browse the repository at this point in the history
Make StandardJS Fix flag available in NPM scripts
  • Loading branch information
vpulim authored Nov 13, 2018
2 parents c1be507 + c8ae927 commit 3df77fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"coveralls": "npm run coverage && coveralls <.nyc_output/lcov.info",
"docs": "jsdoc2md --no-cache -c .jsdoc.json lib/*.js > docs/API.md",
"lint": "standard",
"lint:fix": "standard --fix",
"test": "npm run lint && tape 'test/**/*.js'",
"build": "npm run test && browserify browser/index.js -s ethereumjs -t babelify --outfile dist/bundle.js"
},
Expand Down

0 comments on commit 3df77fd

Please sign in to comment.