We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 479f022 + a849395 commit 3c68556Copy full SHA for 3c68556
3 files changed
app/templates/Gruntfile.js
@@ -245,7 +245,6 @@ module.exports = function (grunt) {
245
wiredep: {
246
options: {
247
exclude: [
248
- /angular-scenario/,
249
/bootstrap-sass-official/,
250
/bootstrap.js/,
251
'/json3/',
app/templates/_bower.json
@@ -18,7 +18,6 @@
18
"angular-ui-router": "~0.2.15"<% } %>
19
},
20
"devDependencies": {
21
- "angular-mocks": "~1.4.0",
22
- "angular-scenario": "~1.4.0"
+ "angular-mocks": "~1.4.0"
23
}
24
readme.md
@@ -302,7 +302,6 @@ The following packages are always installed by the [app](#app) generator:
302
* angular-mocks
303
* angular-resource
304
* angular-sanitize
305
-* angular-scenario
306
* es5-shim
307
* font-awesome
308
* json3
0 commit comments