Skip to content
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.

Commit

Permalink
Bump to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Apr 10, 2013
1 parent 73582cf commit ad2e0f4
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 18 deletions.
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jwerty",
"version": "0.3.1",
"version": "0.3.2",
"description": "Awesome handling of keyboard events",
"keywords": [
"key",
Expand All @@ -21,4 +21,4 @@
"jquery": ">=1.8",
"zepto": "1.0.0rc1"
}
}
}
52 changes: 36 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,38 @@
{
"name": "jwerty",
"version": "0.3.0",
"description": "Awesome handling of keyboard events",
"homepage": "http://keithamus.github.com/jwerty",
"keywords": [ "key", "dom", "keyup", "KeyboardEvent", "addEventListener", "jQuery", "Zepto", "browser", "ender" ],
"maintainers": [
{
"name": "Keith Cirkel",
"email": "jwerty@keithcirkel.co.uk",
"web": "http://keithcirkel.co.uk"
}
],
"licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" } ],
"repositories": [ { "type": "git", "url": "https://github.com/keithamus/jwerty" } ],
"main": "./jwerty.js",
"ender": "./jwerty.enderBridge.js"
"name": "jwerty",
"version": "0.3.2",
"description": "Awesome handling of keyboard events",
"homepage": "http://keithamus.github.com/jwerty",
"keywords": [
"key",
"dom",
"keyup",
"KeyboardEvent",
"addEventListener",
"jQuery",
"Zepto",
"browser",
"ender"
],
"maintainers": [
{
"name": "Keith Cirkel",
"email": "jwerty@keithcirkel.co.uk",
"web": "http://keithcirkel.co.uk"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/keithamus/jwerty"
}
],
"main": "./jwerty.js",
"ender": "./jwerty.enderBridge.js"
}

0 comments on commit ad2e0f4

Please sign in to comment.