Skip to content

Commit

Permalink
Merge pull request #4 from janantala/canary
Browse files Browse the repository at this point in the history
Add bower.json, update package.json
  • Loading branch information
janantala committed Oct 25, 2013
2 parents ea766a0 + 7cfc950 commit 23bb3bd
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "bower_components"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://secure.travis-ci.org/janantala/qrcode.js.png?branch=master)](http://travis-ci.org/janantala/qrcode.js) [![Coverage Status](https://coveralls.io/repos/janantala/qrcode.js/badge.png?branch=master)](https://coveralls.io/r/janantala/qrcode.js?branch=master)

# qrcode.js v1.0.0
# qrcode.js v1.0.1

QR code generator, supports Numeric, Alphanumeric and Binary inputMode up to lvl 40.

Expand Down
22 changes: 22 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "qrcode.js",
"version": "1.0.1",
"description": "QR code generator, supports Numeric, Alphanumeric and Binary input mode up to lvl 40.",
"author": "https://github.com/janantala/qrcode.js/graphs/contributors",
"license": "MIT",
"homepage": "https://github.com/janantala/qrcode.js",
"main": "./lib/qrcode.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test*",
"src*",
"Gruntfile.js",
"package.json"
],
"dependencies": {
},
"devDependencies": {
}
}
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qrcode.js",
"version": "1.0.0",
"description": "QR code generator, supports Numeric, Alphanumeric and Binary inputMode up to lvl 40.",
"version": "1.0.1",
"description": "QR code generator, supports Numeric, Alphanumeric and Binary input mode up to lvl 40.",
"author": {
"name": "Jan Antala",
"url": "http://janantala.com"
Expand All @@ -16,6 +16,10 @@
"type": "git",
"url": "https://github.com/janantala/qrcode.js.git"
},
"keywords": [
"qr",
"qrcode"
],
"dependencies": {},
"devDependencies": {
"coveralls": "~2.2.0",
Expand All @@ -33,5 +37,6 @@
"engines": {
"node": ">=0.10.x"
},
"main": "src/QRCode.js"
"main": "lib/qrcode.js",
"readmeFilename": "README.md"
}

0 comments on commit 23bb3bd

Please sign in to comment.