Skip to content

Commit

Permalink
fix: place build script into prepublish and not postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Dec 8, 2016
1 parent 7f2192f commit ca718f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "ng2-uploader",
"description": "Angular2 File Uploader",
"version": "1.5.7",
"version": "1.6.0",
"license": "MIT",
"main": "ng2-uploader.js",
"typings": "ng2-uploader.d.ts",
"author": "Jan Kuri <[email protected]>",
"scripts": {
"clean": "./scripts/clean.sh",
"dev": "ngc --watch",
"postinstall": "./node_modules/.bin/ngc -p tsconfig.json"
"prepublish": "./node_modules/.bin/ngc -p tsconfig.json"
},
"repository": {
"type": "git",
Expand All @@ -34,8 +34,8 @@
"@types/core-js": "^0.9.35",
"@types/node": "^6.0.51",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
"typescript": "^2.0.10",
"zone.js": "^0.6.26"
"rxjs": "5.0.0-rc.4",
"typescript": "2.1.4",
"zone.js": "^0.7.2"
}
}

0 comments on commit ca718f3

Please sign in to comment.