Skip to content

Commit 2a11d24

Browse files
committed
JSON for bower now validates
1 parent 3598a1a commit 2a11d24

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

bower.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "jquery-total-storage",
3-
"version": "1.0.0",
4-
"description": "Local storage for every browser",
5-
"license": "MIT",
6-
"ignore": [
7-
".jshintrc",
8-
"**/*.txt"
9-
],
10-
"dependencies": {
11-
"jquery.cookie": ">= 1.2",
12-
"jquery": ">= 1.6.1",
13-
}
2+
"name": "jquery-total-storage",
3+
"version": "1.0.0",
4+
"description": "Local storage for every browser",
5+
"license": "MIT",
6+
"ignore": [
7+
".jshintrc",
8+
"**/*.txt"
9+
],
10+
"dependencies": {
11+
"jquery.cookie": ">= 1.2",
12+
"jquery": ">= 1.6.1"
13+
}
1414
}

0 commit comments

Comments
 (0)