Skip to content

Commit

Permalink
fix(package): remove indirect peerDependencies
Browse files Browse the repository at this point in the history
This removes indirect peerDependencies from the package.json

Closes #792
  • Loading branch information
sebholstein committed Dec 16, 2016
1 parent 1d956ce commit 0256d3a
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,15 @@
},
"homepage": "https://angular-maps.com",
"dependencies": {
"@angular/common": "^2.1.2",
"@angular/compiler": "^2.1.2",
"@angular/core": "^2.1.2",
"@angular/platform-browser": "^2.1.2",
"@angular/platform-browser-dynamic": "^2.1.2",
"rxjs": "^5.0.0-beta.12",
"zone.js": "^0.6.25"
"@angular/common": "^2.3.1",
"@angular/core": "^2.3.1"
},
"devDependencies": {
"@angular/compiler-cli": "^2.1.2",
"@angular/platform-server": "^2.1.0",
"@angular/platform-server": "^2.3.1",
"@angularclass/hmr-loader": "^3.0.2",
"@angular/platform-browser": "^2.3.1",
"@angular/compiler": "^2.3.1",
"@ngtools/webpack": "^1.1.0",
"@types/jasmine": "^2.5.35",
"angular2-template-loader": "^0.6.0",
Expand Down Expand Up @@ -83,13 +80,8 @@
"jspm": {
"jspmNodeConversion": false,
"dependencies": {
"@angular/common": "^2.1.2",
"@angular/compiler": "^2.1.2",
"@angular/core": "^2.1.2",
"@angular/platform-browser": "^2.1.2",
"@angular/platform-browser-dynamic": "^2.1.2",
"rxjs": "^5.0.0-beta.12",
"zone.js": "^0.6.25"
"@angular/common": "^2.3.1",
"@angular/core": "^2.3.1"
}
}
}

0 comments on commit 0256d3a

Please sign in to comment.