Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Remove postinstall step which is causing errors. Closes #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Ludlow committed Feb 17, 2016
1 parent 908e9c0 commit cf067a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "ng2-bs3-modal",
"version": "0.1.1",
"version": "0.1.2",
"description": "Angular2 Boostrap3 Modal Component",
"main": "dist/ng2-bs3-modal.js",
"scripts": {
"postinstall": "npm run peer",
"peer": "npm install es6-promise@^3.0.2 es6-shim@^0.33.3 reflect-metadata@0.1.2 rxjs@5.0.0-beta.0 zone.js@0.5.11",
"lint": "node ./node_modules/.bin/tslint ./src/**/*.ts",
"clean": "node ./node_modules/.bin/rimraf ./dist",
Expand Down

0 comments on commit cf067a9

Please sign in to comment.