Skip to content

Commit

Permalink
build(packaging): fix conflict version of angular (#51)
Browse files Browse the repository at this point in the history
Move the angular core packages out of dependencies to rely on user's installing

Close #23
  • Loading branch information
wilsoncook committed Aug 17, 2017
1 parent 5f861bd commit 530ae97
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,16 @@
"dependencies": {
"moment": "^2.18.1",
"@angular/cdk": "^2.0.0-beta.8",
"@angular/animations": "^4.0.0",
"@angular/animations": "^4.0.0"
},
"devDependencies": {
"@angular/common": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"rxjs": "^5.0.1",
"zone.js": "^0.8.14"
},
"devDependencies": {
"zone.js": "^0.8.14",

"@angular/cli": "1.3.0",
"@angular/compiler": "^4.0.0",
"@angular/compiler-cli": "^4.0.0",
Expand Down Expand Up @@ -76,6 +77,7 @@
"peerDependencies": {
"moment": "^2.18.1",
"@angular/cdk": "^2.0.0-beta.8",
"@angular/animations": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/common": "^4.0.0",
"@angular/forms": "^4.0.0"
Expand Down

0 comments on commit 530ae97

Please sign in to comment.