Skip to content

Commit

Permalink
Merge pull request #123 from chris-branch/master
Browse files Browse the repository at this point in the history
Bug fix for permissions issue during global installs
  • Loading branch information
dchester authored Jan 14, 2021
2 parents 778bc1e + 9fec3fa commit c125a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.2",
"author": "david@fmail.co.uk",
"scripts": {
"postinstall": "node lib/aesprim.js > generated/aesprim-browser.js",
"prepublishOnly": "node lib/aesprim.js > generated/aesprim-browser.js",
"test": "mocha -u tdd test && jscs lib && jshint lib",
"generate": "node bin/generate_parser.js > generated/parser.js"
},
Expand Down

0 comments on commit c125a0c

Please sign in to comment.