Skip to content

Commit

Permalink
fix the error format of bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sailxjx committed Nov 18, 2014
1 parent 1119361 commit d375d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"homepage": "https://github.com/davidshimjs/qrcodejs",
"authors": [
"Sangmin Shim", "Sangmin Shim <[email protected]> (http:https://jaguarjs.com)",
"Sangmin Shim", "Sangmin Shim <[email protected]> (http:https://jaguarjs.com)"
],
"description": "Cross-browser QRCode generator for javascript",
"main": "qrcode.js",
Expand All @@ -13,7 +13,7 @@
"index.html",
"index.svg",
"jquery.min.js",
"qrcode.min.js",
"qrcode.min.js"
],
"dependencies": {
"jquery": ">=1.8.3"
Expand Down

0 comments on commit d375d8f

Please sign in to comment.