Skip to content

Commit

Permalink
Update components in preparation for 0.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Miksovsky committed Oct 7, 2015
1 parent 895fca3 commit 149c003
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion basic-keyboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

// Default keydown handler. This will typically be handled by other aspects
// in the collective.
keydown: function(event) {}
keydown: Basic.Collective.defaultMethod

},

Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "basic-keyboard",
"description": "Aspect which manages the keyboard focus and keydown handling for a component collective. This aspect ensures that its only the outermost aspect in a collective that is listening for keyboard events.",
"version": "0.6.2",
"version": "0.6.3",
"license": "MIT",
"main": "basic-keyboard.html",
"dependencies": {
"basic-aspect": "basic-web-components/basic-aspect#0.6.2",
"basic-aspect": "basic-web-components/basic-aspect#0.6.3",
"polymer": "Polymer/polymer#^1.1"
},
"devDependencies": {
"basic-framed-content": "basic-web-components/basic-framed-content#0.6.2",
"basic-framed-content": "basic-web-components/basic-framed-content#0.6.3",
"web-component-tester": "*"
},
"keywords": [
Expand Down

0 comments on commit 149c003

Please sign in to comment.