Skip to content

Commit

Permalink
fix(deps): electron is a dependency not a peer
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorstenHans committed Jun 23, 2017
1 parent c1bfab7 commit 2983c33
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"module": "index.js",
"typings": "index.d.ts",
"peerDependencies": {
"@angular/core": ">=2.0.0 || >=4.2.4",
"electron": "^1.6.11"
"@angular/core": ">=2.0.0 || >=4.2.4"
},
"devDependencies": {
"@angular/animations": "4.1.3",
Expand Down Expand Up @@ -79,5 +78,7 @@
"webpack": "^2.6.1",
"zone.js": "0.8.4"
},
"dependencies": {}
"dependencies": {
"electron": "^1.6.11"
}
}

0 comments on commit 2983c33

Please sign in to comment.