Skip to content

Commit

Permalink
Update react peer dependency
Browse files Browse the repository at this point in the history
Fixes #1.
  • Loading branch information
SeanMcP committed May 18, 2019
1 parent 72242f6 commit a05005b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "a11y-react-emoji",
"version": "1.0.0",
"version": "1.0.1",
"description": "An accessible Emoji component for React applications",
"main": "lib/index.js",
"repository": "https://github.com/seanmcp/a11y-react-emoji",
"homepage": "https://github.com/seanmcp/a11y-react-emoji#readme",
"bugs": "https://github.com/seanmcp/a11y-react-emoji/issues",
"author": "Sean McPherson <seanmcp25@gmail.com> (https://github.com/seanmcp)",
"author": "Sean McPherson <sean@seanmcp.com> (https://github.com/seanmcp)",
"license": "MIT",
"devDependencies": {
"@types/jest": "^23.3.11",
Expand All @@ -19,11 +19,11 @@
"typescript": "^3.2.2"
},
"peerDependencies": {
"react": "16.7.0",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"scripts": {
"build": "rm -rf ./lib && mkdir ./lib && tsc",
"build": "rm -rf \"./lib\" && mkdir \"./lib\" && tsc",
"test": "jest"
},
"files": [
Expand Down

0 comments on commit a05005b

Please sign in to comment.