Skip to content

Commit d375d8f

Browse files
committed
fix the error format of bower.json
1 parent 1119361 commit d375d8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"homepage": "https://github.com/davidshimjs/qrcodejs",
55
"authors": [
6-
"Sangmin Shim", "Sangmin Shim <[email protected]> (http://jaguarjs.com)",
6+
"Sangmin Shim", "Sangmin Shim <[email protected]> (http://jaguarjs.com)"
77
],
88
"description": "Cross-browser QRCode generator for javascript",
99
"main": "qrcode.js",
@@ -13,7 +13,7 @@
1313
"index.html",
1414
"index.svg",
1515
"jquery.min.js",
16-
"qrcode.min.js",
16+
"qrcode.min.js"
1717
],
1818
"dependencies": {
1919
"jquery": ">=1.8.3"

0 commit comments

Comments
 (0)