Skip to content

Commit

Permalink
Merge pull request #190 from wmhilton-contrib/npm5-prepublish-script-…
Browse files Browse the repository at this point in the history
…deprecated

Add "prepare" script for newer npm versions
  • Loading branch information
John Vilk committed Aug 1, 2017
2 parents e215d6f + 9f17f9a commit df29939
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 @@ -103,6 +103,7 @@
"test": "npm-run-all test:prepare test:karma",
"watch-test": "npm-run-all test:prepare --parallel watch:scripts test:watch test:karma",
"prepublish": "npm run dist",
"prepare": "npm run dist",
"docs": "typedoc --mode modules --out doc --excludePrivate --readme src/DOCS.md --name BrowserFS --module umd src"
},
"dependencies": {
Expand Down

0 comments on commit df29939

Please sign in to comment.