Skip to content

Commit

Permalink
Fix json format
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas committed Feb 12, 2017
1 parent 0a10af2 commit 4e4f102
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mediaquery-event",
"version": "0.1.0",
"version": "0.1.1",
"description": "get notifications when the mediaquery changes",
"main": "mqe.js",
"homepage": "https://github.com/rejas/mediaquery-event",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "mediaquery-event",
"version": "0.1.0",
"version": "0.1.1",
"description": "get notifications when the mediaquery changes",
"main": "mqe.js",
"author": "Veeck <github@veeck.de>",
"license": "MIT",
"homepage": "https://github.com/rejas/mediaquery-event#readme"
"homepage": "https://github.com/rejas/mediaquery-event#readme",
"bugs": {
"url": "https://github.com/rejas/mediaquery-event/issues"
},
Expand All @@ -15,5 +15,5 @@
"repository": {
"type": "git",
"url": "git+https://rejas@github.com/rejas/mediaquery-event.git"
},
}
}

0 comments on commit 4e4f102

Please sign in to comment.