|
6 | 6 | "clean": "shx rm -rf lib lib-esm _bundles _doc",
|
7 | 7 | "build": "npm run clean && tsc && tsc -p tsconfig.esm.json && webpack",
|
8 | 8 | "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" |
11 | 10 | },
|
12 | 11 | "homepage": "https://ui-router.github.io/ng2",
|
13 | 12 | "contributors": [
|
|
53 | 52 | "ui-router-core": "=1.0.1"
|
54 | 53 | },
|
55 | 54 | "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" |
58 | 57 | },
|
59 | 58 | "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", |
66 | 65 | "@types/jasmine": "^2.2.34",
|
67 | 66 | "@types/jquery": "^1.10.31",
|
68 | 67 | "awesome-typescript-loader": "^2.2.4",
|
|
0 commit comments