Skip to content

Commit 733843e

Browse files
author
Jinyoung Kim
committed
chore(dependencies): remove angular-scenario
1 parent 0438921 commit 733843e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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
}

0 commit comments

Comments
 (0)