Skip to content

Commit a9230ca

Browse files
committed
feat(gen): Remove global jQuery dependency
Close #547
1 parent 21d52c9 commit a9230ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: app/templates/_bower.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"dependencies": {
55
"angular": ">=1.2.*",
66
"json3": "~3.3.1",
7-
"es5-shim": "~3.0.1",
8-
"jquery": "~1.11.0",<% if(filters.bootstrap) { %><% if (filters.sass) { %>
7+
"es5-shim": "~3.0.1",<% if(filters.bootstrap) { %><% if (filters.sass) { %>
98
"bootstrap-sass-official": "~3.1.1",<% } %>
109
"bootstrap": "~3.1.1",<% } %>
1110
"angular-resource": ">=1.2.*",

0 commit comments

Comments
 (0)