Please don't use hard dependencies...
Created by: niemyjski
I really hate it when libs use hard dependencies, esp when your not updating them weekly...
"dependencies": {
"angular": "~1.2.21"
},
"devDependencies": {
"angular-mocks": "~1.2.21",
"angular-scenario": "~1.2.21"
}
Please update this to be >=1.2 or >=1.3...