Skip to content

Commit

Permalink
1.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty Wallace committed Nov 3, 2016
1 parent 9851e3a commit 138cfe8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-keyboard",
"version": "1.4.0",
"version": "1.4.1",
"homepage": "https://github.com/MartyWallace/vue-keyboard",
"main": "dist/vue-keyboard.js",
"license": "MIT",
Expand Down
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
a:hover {
text-decoration: underline;
}

.vue-keyboard .action-backspace {
background: #C00;
color: #FFF;
}
</style>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-keyboard",
"version": "1.4.0",
"version": "1.4.1",
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"gulp": "^3.9.1",
Expand Down

0 comments on commit 138cfe8

Please sign in to comment.