Skip to content

Commit a360a7b

Browse files
committed
Uses ngRoute from the host package.json instead of forcing latest.
fixes raphinesse#9
1 parent 18cc0e4 commit a360a7b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
'use strict';
33

44
// Shim for usage with npm/browserify instead of bower
5-
require('angular-route');
65
require('./crumble');
76
module.exports = 'crumble';

package.json

Lines changed: 1 addition & 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": {

0 commit comments

Comments
 (0)