Skip to content

Commit 944a4f1

Browse files
snebjornraphinesse
authored andcommitted
Uses ngRoute from the host package.json instead of forcing latest. (#10)
Move angular-route to peer dependencies to avoid installing multiple versions of it Fixes #9
1 parent 18cc0e4 commit 944a4f1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"license": "MIT",
77
"author": "Raphael von der Grün <[email protected]>",
88
"peerDependencies": {
9-
"angular": "^1.2"
10-
},
11-
"dependencies": {
9+
"angular": "^1.2",
1210
"angular-route": "^1.2"
1311
},
1412
"repository": {
@@ -39,6 +37,7 @@
3937
"devDependencies": {
4038
"angular": "^1.2",
4139
"angular-mocks": "^1.2",
40+
"angular-route": "^1.2",
4241
"eslint": "^3.19.0",
4342
"jasmine-core": "^2.5.2",
4443
"karma": "^1.5.0",

0 commit comments

Comments
 (0)