Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
developit authored Feb 2, 2020
1 parent 92bcd15 commit c89c3e2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "react-dom",
"description": "A React compatibility layer for Preact",
"version": "0.1.0",
"homepage": "https://github.com/preact-compat/react",
"bugs": "https://github.com/developit/preact-compat/issues",
"license": "UNLICENSE",
"version": "1.0.0",
"homepage": "https://github.com/preact/compat",
"bugs": "https://github.com/developit/preact/issues",
"license": "MIT",
"main": "index.js",
"module": "index.module.js",
"peerDependencies": {
"preact-compat": "*"
"preact": ">=10"
}
}
}

0 comments on commit c89c3e2

Please sign in to comment.