Skip to content

Commit c6628fa

Browse files
fix(build): bump ng2 deps and remove prepublish step
Closes angular-ui/ui-router#3100
1 parent 8d02b2b commit c6628fa

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"clean": "shx rm -rf lib lib-esm _bundles _doc",
77
"build": "npm run clean && tsc && tsc -p tsconfig.esm.json && webpack",
88
"test": "karma start config/karma.ng2.js",
9-
"docs": "typedoc --tsconfig tsconfig.typedoc.json --readme README.md --name 'ui-router-ng2' --theme node_modules/ui-router-typedoc-themes/bin/default --out _doc --external-aliases internalapi,external --navigation-label-globals ui-router-ng2",
10-
"prepublish": "npm run build"
9+
"docs": "typedoc --tsconfig tsconfig.typedoc.json --readme README.md --name 'ui-router-ng2' --theme node_modules/ui-router-typedoc-themes/bin/default --out _doc --external-aliases internalapi,external --navigation-label-globals ui-router-ng2"
1110
},
1211
"homepage": "https://ui-router.github.io/ng2",
1312
"contributors": [
@@ -53,16 +52,16 @@
5352
"ui-router-core": "=1.0.1"
5453
},
5554
"peerDependencies": {
56-
"@angular/core": "^2.0.0",
57-
"@angular/common": "^2.0.0"
55+
"@angular/core": "~2.0.0",
56+
"@angular/common": "~2.0.0"
5857
},
5958
"devDependencies": {
60-
"@angular/common": "^2.0.0",
61-
"@angular/compiler": "^2.0.0",
62-
"@angular/core": "^2.0.0",
63-
"@angular/platform-browser": "^2.0.0",
64-
"@angular/platform-browser-dynamic": "^2.0.0",
65-
"@angular/platform-server": "^2.0.0",
59+
"@angular/common": "~2.0.0",
60+
"@angular/compiler": "~2.0.0",
61+
"@angular/core": "~2.0.0",
62+
"@angular/platform-browser": "~2.0.0",
63+
"@angular/platform-browser-dynamic": "~2.0.0",
64+
"@angular/platform-server": "~2.0.0",
6665
"@types/jasmine": "^2.2.34",
6766
"@types/jquery": "^1.10.31",
6867
"awesome-typescript-loader": "^2.2.4",

0 commit comments

Comments
 (0)