Skip to content

Commit

Permalink
Fixed incorrect path in bower.json main field
Browse files Browse the repository at this point in the history
Added the missing "src/" prefix.
  • Loading branch information
eldog committed Jan 26, 2015
1 parent 920e502 commit fd414dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bower.json
@@ -1,7 +1,7 @@
{
"name": "qwerty-hancock",
"main": "qwerty-hancock.js",
"version": "0.4.3",
"main": "src/qwerty-hancock.js",
"version": "0.4.4",
"homepage": "http://stuartmemo.com/qwerty-hancock/",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"name": "qwerty-hancock",
"title": "Qwerty Hancock",
"description": "An interactive HTML plugin-free keyboard for your web audio project.",
"version": "0.4.3",
"version": "0.4.4",
"repository": {
"type": "git",
"url": "git@github.com:stuartmemo/qwerty-hancock.git"
Expand Down

0 comments on commit fd414dd

Please sign in to comment.