Browse Source

Moved jquery and jquery-bridget to dependencies for production.

pull/850/head
Joseph Richardson 10 years ago
parent
commit
ffcfcfde5f
  1. 6
      bower.json

6
bower.json

@ -14,7 +14,9 @@
"get-size": ">=1.1.8 <1.3",
"matches-selector": ">=1 <2",
"outlayer": "1.3.x",
"masonry": "3.2.x"
"masonry": "3.2.x",
"jquery": ">=1.4.3 <2",
"jquery-bridget": "1.1.x"
},
"devDependencies": {
"doc-ready": "1.x",
@ -23,8 +25,6 @@
"isotope-fit-columns": "1.x",
"isotope-horizontal": "1.x",
"isotope-masonry-horizontal": "1.x",
"jquery": ">=1.4.3 <2",
"jquery-bridget": "1.1.x",
"qunit": "^1.15"
},
"ignore": [

Loading…
Cancel
Save