Skip to content

Commit 948887e

Browse files
committed
Setting the jQuery 1.8.2+ dependency
Added a new bower.json file so this project can be submitted to Bower.
1 parent 52f6939 commit 948887e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

bower.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
name: "fileapi",
3-
version: "2.0.10",
4-
main: [
2+
"name": "fileapi",
3+
"version": "2.0.10",
4+
"main": [
55
"./dist/FileAPI.flash.camera.swf",
66
"./dist/FileAPI.flash.image.swf",
77
"./dist/FileAPI.flash.swf",
@@ -10,7 +10,10 @@
1010
"./dist/FileAPI.js",
1111
"./dist/jquery.fileapi.min.js"
1212
],
13-
ignore: [
13+
"dependencies": {
14+
"jquery":">=1.8.2"
15+
},
16+
"ignore": [
1417
"custom-tasks/",
1518
"flash/",
1619
"lib/",

0 commit comments

Comments
 (0)