Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Nov 24, 2015
1 parent fe7311c commit 5234f48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preact-router",
"version": "0.1.3",
"version": "1.0.0",
"description": "Connect your components up to that address bar.",
"main": "dist/preact-router.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/developit/preact-router",
"peerDependencies": {
"preact": "^1.5.0 || ^2.1.0"
"preact": "^2.2.0"
},
"devDependencies": {
"babel": "^5.8.23",
Expand All @@ -36,6 +36,6 @@
"mocha": "^2.3.3",
"sinon": "^1.17.1",
"sinon-chai": "^2.8.0",
"preact": "^2.1.0"
"preact": "^2.2.0"
}
}

0 comments on commit 5234f48

Please sign in to comment.