Skip to content

Commit

Permalink
Merge pull request davidshimjs#46 from tptee/master
Browse files Browse the repository at this point in the history
Fixes invalid bower.json
  • Loading branch information
davidshimjs committed Dec 12, 2014
2 parents 1119361 + fbff8e9 commit a714bbe
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 <ssm0123@gmail.com> (http://jaguarjs.com)",
"Sangmin Shim", "Sangmin Shim <ssm0123@gmail.com> (http://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 a714bbe

Please sign in to comment.