Skip to content

Commit

Permalink
fix: Make react and react-dom peer dependencies. Make the version ran…
Browse files Browse the repository at this point in the history
…ge wider too
  • Loading branch information
rcdexta committed Oct 8, 2017
1 parent 67e2fad commit 3cb5dca
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
"main": "dist/index.js",
"jsnext:main": "components/index.js",
"module": "components/index.js",
"files": [
"src",
"dist",
"README"
],
"files": ["src", "dist", "README"],
"scripts": {
"lint": "eslint components/** tests/**",
"lintfix": "eslint --fix components/** tests/**",
Expand All @@ -27,11 +23,7 @@
"type": "git",
"url": "https://github.com/rcdexta/react-event-timeline.git"
},
"keywords": [
"react",
"timeline",
"notification"
],
"keywords": ["react", "timeline", "notification"],
"author": "RC",
"license": "MIT",
"bugs": {
Expand Down Expand Up @@ -73,13 +65,16 @@
"rimraf": "^2.5.4",
"sass-loader": "^4.0.2",
"semantic-release": "^6.3.6",
"sinon": "^1.17.6"
},
"dependencies": {
"prop-types": "^15.6.0",
"sinon": "^1.17.6",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"dependencies": {
"prop-types": "^15.6.0"
},
"peerDependencies": {
"react": ">= 0.14.0 < 17.0.0-0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit 3cb5dca

Please sign in to comment.