Skip to content

Commit

Permalink
fix: add fbjs@0.8.0 as dependency instead of peer dependency
Browse files Browse the repository at this point in the history
Closes #19
  • Loading branch information
Ilya_Kuznetsov authored and Ilya_Kuznetsov committed Oct 4, 2018
1 parent 076edad commit 83538f2
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 11 deletions.
79 changes: 72 additions & 7 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@
"pre-commit": [
"test"
],
"dependencies": {
"fbjs": "0.8.0",
"prop-types": "^15.6.2"
},
"peerDependencies": {
"fbjs": "^0.8.0",
"react": "^16.0.0"
},
"devDependencies": {
Expand Down Expand Up @@ -141,8 +144,5 @@
"@semantic-release/npm",
"@semantic-release/github"
]
},
"dependencies": {
"prop-types": "^15.6.2"
}
}

0 comments on commit 83538f2

Please sign in to comment.