Skip to content

Commit

Permalink
update(package.json): remove unneeded ./node_modules/.bin prefix.
Browse files Browse the repository at this point in the history
Closes angular#40.
  • Loading branch information
Joshua Appelman authored and ThomasBurleson committed May 26, 2015
1 parent d549cbd commit fb5dcb3
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 @@ -17,6 +17,6 @@
"scripts": {
"postinstall": "bower update",
"prestart": "npm update",
"test": "./node_modules/.bin/protractor ./e2e/protractor.conf.js"
"test": "protractor ./e2e/protractor.conf.js"
}
}

0 comments on commit fb5dcb3

Please sign in to comment.