Skip to content

Commit 3c68556

Browse files
committed
Merge pull request #1158 from ligeek/canary
chore(deps): remove angular-scenario module
2 parents 479f022 + a849395 commit 3c68556

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

app/templates/Gruntfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ module.exports = function (grunt) {
245245
wiredep: {
246246
options: {
247247
exclude: [
248-
/angular-scenario/,
249248
/bootstrap-sass-official/,
250249
/bootstrap.js/,
251250
'/json3/',

app/templates/_bower.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"angular-ui-router": "~0.2.15"<% } %>
1919
},
2020
"devDependencies": {
21-
"angular-mocks": "~1.4.0",
22-
"angular-scenario": "~1.4.0"
21+
"angular-mocks": "~1.4.0"
2322
}
2423
}

readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ The following packages are always installed by the [app](#app) generator:
302302
* angular-mocks
303303
* angular-resource
304304
* angular-sanitize
305-
* angular-scenario
306305
* es5-shim
307306
* font-awesome
308307
* json3

0 commit comments

Comments
 (0)