Skip to content

Commit

Permalink
FIX broken preinstall not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Mar 8, 2017
1 parent 9b4f838 commit 5876e85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/angular2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "3.0.0",
"description": "",
"scripts": {
"preinstall": "echo \"PREINSTALL\" && npm install --production --prefix ../../",
"start": "concurrently \"npm run server\" \"npm run dev\"",
"server": "pouchdb-server --host 0.0.0.0 -p 10101 -m -d /tmp/pouchdb-server/ -n true",
"dev": "npm-run-all --parallel dev:serve",
Expand Down

0 comments on commit 5876e85

Please sign in to comment.