Skip to content

Commit

Permalink
Fix package.json (#50)
Browse files Browse the repository at this point in the history
Point to main repository & correctly bin dependencies
  • Loading branch information
bomberblue07 authored and afrad committed Nov 16, 2016
1 parent 908aa55 commit 61d426b
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions package.json
Expand Up @@ -10,27 +10,36 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lyoko-Jeremie/angular2-websocket.git"
"url": "git+https://github.com/afrad/angular2-websocket.git"
},
"dependencies": {
"@angular/common": "~2.0.0",
"@angular/compiler": "~2.0.0",
"@angular/core": "~2.0.0",
"bluebird": "^3.4.6",
"bluebird": "^3.4.6"
},
"peerDependencies": {
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.0.0",
"@angular/core": "^2.0.0",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
"typescript": "^2.1.1",
"zone.js": "^0.6.25"
},
"devDependencies": {
"@types/bluebird": "^3.0.35",
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.0.0",
"@angular/core": "^2.0.0",
"codelyzer": "^1.0.0-beta.0",
"core-js": "^2.4.1",
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.4",
"grunt-typescript": "~0.2.4",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
"tslint": "^3.15.1",
"typescript": "^2.0.3",
"typings": "^1.4.0"
"typescript": "^2.1.1",
"typings": "^2.0.0",
"@types/bluebird": "^3.0.35",
"zone.js": "^0.6.25"
}
}

0 comments on commit 61d426b

Please sign in to comment.