Skip to content

Commit

Permalink
Merge pull request #143 from elidupuis/master
Browse files Browse the repository at this point in the history
Add bower.json
  • Loading branch information
madrobby committed Dec 17, 2014
2 parents 564ea42 + 553f16c commit f561f38
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "keymaster",
"main": "keymaster.js",
"version": "1.6.3",
"homepage": "https://github.com/madrobby/keymaster",
"authors": [
"Thomas Fuchs <[email protected]> (http://mir.aculo.us)"
],
"description": "library for defining and dispatching keyboard shortcuts",
"moduleType": [
"es6",
"globals"
],
"keywords": [
"key",
"keyboard",
"shortcuts"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "keymaster",
"description": "library for defining and dispatching keyboard shortcuts",
"version": "1.6.2",
"version": "1.6.3",
"author": "Thomas Fuchs <[email protected]> (http://mir.aculo.us)",
"repository": {
"type": "git",
Expand Down

0 comments on commit f561f38

Please sign in to comment.