Skip to content

Commit 39050f9

Browse files
author
Ciro S. Costa
committed
updates bower.json
1 parent 259fbf0 commit 39050f9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

bower.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "qcode-decoder",
33
"main": "build/main.min.js",
4-
"description":"Decodes QRCode in the browser / node",
4+
"description": "Decodes QRCode in the browser / node",
55
"version": "0.0.1",
66
"homepage": "https://github.com/cirocosta/qcode-decoder",
77
"authors": [
@@ -14,6 +14,14 @@
1414
"bower_components",
1515
"test",
1616
"examples",
17-
"vendor"
17+
"vendor",
18+
"tests"
19+
],
20+
"keywords": [
21+
"qrcode-decoder",
22+
"qrcode",
23+
"qrcode-browser",
24+
"nodejs",
25+
"html5"
1826
]
1927
}

0 commit comments

Comments
 (0)