Skip to content

Commit

Permalink
Uses ngRoute from the host package.json instead of forcing latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
snebjorn committed Mar 19, 2018
1 parent 18cc0e4 commit a360a7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
'use strict';

// Shim for usage with npm/browserify instead of bower
require('angular-route');
require('./crumble');
module.exports = 'crumble';
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"license": "MIT",
"author": "Raphael von der Grün <[email protected]>",
"peerDependencies": {
"angular": "^1.2"
},
"dependencies": {
"angular": "^1.2",
"angular-route": "^1.2"
},
"repository": {
Expand Down

0 comments on commit a360a7b

Please sign in to comment.