Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Move draft-js as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lavaldi committed Feb 6, 2020
1 parent c5350bb commit 48d26ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ build/Release
# Dependency directory
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules
package-lock.json
.eslintcache
dist/
hash.json
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"author": "Brijesh Bittu <[email protected]> (http://bitwiser.in/)",
"license": "MIT",
"dependencies": {
"draft-js": "^0.10.0",
"immutable": "^3.7.6",
"react-transition-group": "^2.5.0"
},
"peerDependencies": {
"draft-convert": "^2.0.0",
"draft-js": "^0.11.4",
"prop-types": "^15.6.2",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
Expand All @@ -53,6 +53,7 @@
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"draft-convert": "^2.0.0",
"draft-js": "^0.11.4",
"enzyme": "^2.8.2",
"eslint": "^4.8.2",
"eslint-config-airbnb": "^10.0.1",
Expand Down

0 comments on commit 48d26ae

Please sign in to comment.