Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Jan 28, 2016
1 parent e1bad6e commit 9c2f308
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preact-compat",
"version": "0.4.0",
"version": "0.5.0",
"description": "A React compatibility layer for Preact",
"main": "preact-compat.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,9 @@
"chai": "^3.4.1",
"eslint": "^1.9.0",
"mocha": "^2.3.3",
"preact-render-to-string": "^1.2.0"
"preact-render-to-string": "^1.2.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
},
"peerDependencies": {
"preact": "^1.5.2 || ^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion preact-compat.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9c2f308

Please sign in to comment.