Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
fix(package.json): remove unnecessary relative paths from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gergely Nemeth authored and knalli committed Jul 8, 2014
1 parent b2bb166 commit 8e5b87e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"url": "http://github.com/angular-translate/angular-translate"
},
"scripts": {
"postinstall": "./node_modules/.bin/bower install",
"test": "./node_modules/karma/bin/karma start karma.unit.conf.js --single-run"
"postinstall": "bower install",
"test": "karma start karma.unit.conf.js --single-run"
},
"author": {
"name": "Pascal Precht"
Expand Down

0 comments on commit 8e5b87e

Please sign in to comment.