Skip to content

Commit f561f38

Browse files
committed
Merge pull request #143 from elidupuis/master
Add bower.json
2 parents 564ea42 + 553f16c commit f561f38

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

bower.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "keymaster",
3+
"main": "keymaster.js",
4+
"version": "1.6.3",
5+
"homepage": "https://github.com/madrobby/keymaster",
6+
"authors": [
7+
"Thomas Fuchs <[email protected]> (http://mir.aculo.us)"
8+
],
9+
"description": "library for defining and dispatching keyboard shortcuts",
10+
"moduleType": [
11+
"es6",
12+
"globals"
13+
],
14+
"keywords": [
15+
"key",
16+
"keyboard",
17+
"shortcuts"
18+
],
19+
"license": "MIT",
20+
"ignore": [
21+
"**/.*",
22+
"node_modules",
23+
"bower_components",
24+
"test",
25+
"tests"
26+
]
27+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "keymaster",
33
"description": "library for defining and dispatching keyboard shortcuts",
4-
"version": "1.6.2",
4+
"version": "1.6.3",
55
"author": "Thomas Fuchs <[email protected]> (http://mir.aculo.us)",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)