Skip to content

Commit

Permalink
release for bug fix in default Value Type
Browse files Browse the repository at this point in the history
  • Loading branch information
arajajyothibabu committed Nov 2, 2018
1 parent 383288b commit a2d8e45
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": "react-cohort-graph",
"version": "1.0.8",
"version": "1.0.9",
"description": "Cohort Analysis Graph with ReactJS",
"main": "lib/reactcohortgraph.js",
"scripts": {
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"homepage": "https://github.com/apxor/react-cohort-graph#readme",
"peerDependencies": {
"react": "^0.14 || ^15.0",
"react-dom": "^0.14 || ^15.0"
"react": ">=0.14",
"react-dom": ">=0.14"
},
"devDependencies": {
"babel-cli": "6.24.1",
Expand Down

0 comments on commit a2d8e45

Please sign in to comment.