Skip to content

Commit 61d426b

Browse files
bomberblue07afrad
authored andcommitted
Fix package.json (#50)
Point to main repository & correctly bin dependencies
1 parent 908aa55 commit 61d426b

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

package.json

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,36 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/Lyoko-Jeremie/angular2-websocket.git"
13+
"url": "git+https://github.com/afrad/angular2-websocket.git"
1414
},
1515
"dependencies": {
16-
"@angular/common": "~2.0.0",
17-
"@angular/compiler": "~2.0.0",
18-
"@angular/core": "~2.0.0",
19-
"bluebird": "^3.4.6",
16+
"bluebird": "^3.4.6"
17+
},
18+
"peerDependencies": {
19+
"@angular/common": "^2.0.0",
20+
"@angular/compiler": "^2.0.0",
21+
"@angular/core": "^2.0.0",
2022
"core-js": "^2.4.1",
2123
"reflect-metadata": "^0.1.8",
2224
"rxjs": "5.0.0-beta.12",
2325
"typescript": "^2.1.1",
2426
"zone.js": "^0.6.25"
2527
},
2628
"devDependencies": {
27-
"@types/bluebird": "^3.0.35",
29+
"@angular/common": "^2.0.0",
30+
"@angular/compiler": "^2.0.0",
31+
"@angular/core": "^2.0.0",
2832
"codelyzer": "^1.0.0-beta.0",
33+
"core-js": "^2.4.1",
2934
"grunt": "~0.4.1",
3035
"grunt-contrib-uglify": "~0.2.4",
3136
"grunt-typescript": "~0.2.4",
37+
"reflect-metadata": "^0.1.8",
38+
"rxjs": "5.0.0-beta.12",
3239
"tslint": "^3.15.1",
33-
"typescript": "^2.0.3",
34-
"typings": "^1.4.0"
40+
"typescript": "^2.1.1",
41+
"typings": "^2.0.0",
42+
"@types/bluebird": "^3.0.35",
43+
"zone.js": "^0.6.25"
3544
}
3645
}

0 commit comments

Comments
 (0)