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

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jayprakash1 committed Jan 24, 2016
1 parent c2990eb commit cd02b68
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 @@ -5,7 +5,7 @@
"main": "lib/index.js",
"scripts": {
"test": "rm -f lib/odata-parser.js && npm run-script prepublish && mocha -R spec",
"prepublish": "pegjs src/odata.pegjs lib/odata-parser.js"
"prepublish": "pegjs src/odata.pegjs lib/odata-parser.js",
"preinstall": "pegjs src/odata.pegjs lib/odata-parser.js"
},
"dependencies": {},
Expand Down

0 comments on commit cd02b68

Please sign in to comment.