-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I'm guessing mocks can be removed and maybe route as well. Should be under devDependencies. This is breaking grunt-bower-install.
"dependencies" : {
"angular" : "~1",
"angular-mocks": "~1",
"angular-route": "~1"
},
becomes
"dependencies" : {
"angular" : "~1"
},
"devDependencies" : {
"angular-mocks": "~1",
"angular-route": "~1"
},
or(I hope the former works)
"dependencies" : {
"angular" : "~1"
"angular-route": "~1"
},
"devDependencies" : {
"angular-mocks": "~1",
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels