Skip to content

Commit

Permalink
JSON for bower now validates
Browse files Browse the repository at this point in the history
  • Loading branch information
jarednova committed Jan 22, 2014
1 parent 3598a1a commit 2a11d24
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "jquery-total-storage",
"version": "1.0.0",
"description": "Local storage for every browser",
"license": "MIT",
"ignore": [
".jshintrc",
"**/*.txt"
],
"dependencies": {
"jquery.cookie": ">= 1.2",
"jquery": ">= 1.6.1",
}
"name": "jquery-total-storage",
"version": "1.0.0",
"description": "Local storage for every browser",
"license": "MIT",
"ignore": [
".jshintrc",
"**/*.txt"
],
"dependencies": {
"jquery.cookie": ">= 1.2",
"jquery": ">= 1.6.1"
}
}

0 comments on commit 2a11d24

Please sign in to comment.