Skip to content

Commit 5c40db4

Browse files
committed
Merge pull request angular-fullstack#548 from pasine/nojquery
feat(gen): Remove global jQuery dependency
2 parents 084605b + a9230ca commit 5c40db4

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)