Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
fix(npm): update package.json to support latest core release
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Feb 16, 2017
2 parents 4470ad8 + f7aa7e3 commit 6d5c832
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,19 @@
"module": "index.js",
"typings": "index.d.ts",
"peerDependencies": {
"@ngx-translate/core": "^6.0.0-beta.1",
"@angular/core": ">=2.3.0 || >=4.0.0-beta.0",
"@angular/http": ">=2.3.0 || >=4.0.0-beta.0"
"@ngx-translate/core": "^6.0.0",
"@angular/http": ">=2.0.0 || >=4.0.0-beta.0"
},
"devDependencies": {
"@angular/common": "2.4.6",
"@angular/compiler": "2.4.6",
"@angular/compiler-cli": "2.4.6",
"@angular/core": "2.4.6",
"@angular/http": "2.4.6",
"@ngx-translate/core": "6.0.0-beta.1",
"@angular/platform-browser": "2.4.6",
"@angular/platform-browser-dynamic": "2.4.6",
"@angular/platform-server": "2.4.6",
"@angular/common": "2.4.7",
"@angular/compiler": "2.4.7",
"@angular/compiler-cli": "2.4.7",
"@angular/core": "2.4.7",
"@angular/http": "2.4.7",
"@ngx-translate/core": "6.0.0",
"@angular/platform-browser": "2.4.7",
"@angular/platform-browser-dynamic": "2.4.7",
"@angular/platform-server": "2.4.7",
"@types/hammerjs": "2.0.34",
"@types/jasmine": "2.5.41",
"@types/node": "7.0.4",
Expand All @@ -66,15 +65,15 @@
"loader-utils": "0.2.16",
"reflect-metadata": "0.1.9",
"rimraf": "2.5.4",
"rxjs": "5.0.1",
"rxjs": "5.1.1",
"semantic-release": "6.3.5",
"source-map-loader": "0.1.6",
"ts-helpers": "1.1.2",
"tslint": "4.4.2",
"tslint-loader": "3.3.0",
"tslint-loader": "3.4.2",
"typescript": "2.0.10",
"webpack": "2.2.1",
"zone.js": "0.7.6"
"zone.js": "0.7.7"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 6d5c832

Please sign in to comment.