Skip to content

Commit

Permalink
Corrected bad json syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniom committed Jul 5, 2016
1 parent 3b3d657 commit 3cbb219
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "jquery-select-utils",
"version": "0.1.0",
"main": [
"./dist/jquery.jquery-select-utils.js",
],
"ignore": [
"src",
"test",
".bowerrc",
".editorconfig",
".gitignore",
".jshintrc",
".travis.yml",
"bower.json",
"Gruntfile.js",
"package.json",
"README.md"
],
"dependencies": {
"jquery": "latest"
},
"devDependencies": {
"qunit": "~1.12.0"
}
}
"name":"jquery-select-utils",
"version":"0.1.0",
"main":[
"./dist/jquery.jquery-select-utils.js"
],
"ignore":[
"src",
"test",
".bowerrc",
".editorconfig",
".gitignore",
".jshintrc",
".travis.yml",
"bower.json",
"Gruntfile.js",
"package.json",
"README.md"
],
"dependencies":{
"jquery":"latest"
},
"devDependencies":{
"qunit":"~1.12.0"
}
}

0 comments on commit 3cbb219

Please sign in to comment.