Skip to content

Commit ca718f3

Browse files
committed
fix: place build script into prepublish and not postinstall
1 parent 7f2192f commit ca718f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "ng2-uploader",
33
"description": "Angular2 File Uploader",
4-
"version": "1.5.7",
4+
"version": "1.6.0",
55
"license": "MIT",
66
"main": "ng2-uploader.js",
77
"typings": "ng2-uploader.d.ts",
88
"author": "Jan Kuri <jkuri88@gmail.com>",
99
"scripts": {
1010
"clean": "./scripts/clean.sh",
1111
"dev": "ngc --watch",
12-
"postinstall": "./node_modules/.bin/ngc -p tsconfig.json"
12+
"prepublish": "./node_modules/.bin/ngc -p tsconfig.json"
1313
},
1414
"repository": {
1515
"type": "git",
@@ -34,8 +34,8 @@
3434
"@types/core-js": "^0.9.35",
3535
"@types/node": "^6.0.51",
3636
"reflect-metadata": "^0.1.8",
37-
"rxjs": "5.0.0-beta.12",
38-
"typescript": "^2.0.10",
39-
"zone.js": "^0.6.26"
37+
"rxjs": "5.0.0-rc.4",
38+
"typescript": "2.1.4",
39+
"zone.js": "^0.7.2"
4040
}
4141
}

0 commit comments

Comments
 (0)