Skip to content

Commit

Permalink
Fixed invalid bower.json
Browse files Browse the repository at this point in the history
Hi, i just noticed that bower.json doesnt pass Jsonlint test;
  • Loading branch information
timgluz committed Feb 1, 2014
1 parent 693c080 commit 8b77b48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bower.json
Expand Up @@ -3,7 +3,7 @@
"version": "3.0.0",
"main": [
"./css/wirefy.css",
"./js/plugins.min.js"
"./js/plugins.min.js",
"./js/wirefy.js",
"./fonts/fontawesome-webfont.eot",
"./fonts/fontawesome-webfont.svg",
Expand All @@ -16,11 +16,11 @@
"_*",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"CONTRIBUTING.md"
],
"dependencies": {
"jquery": ">= 1.10.2",
"modernizr": ">= 2.6.2"
},
"private": true
}
}

0 comments on commit 8b77b48

Please sign in to comment.