We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d18fee + 5ddafea commit cc4edfbCopy full SHA for cc4edfb
package.json
@@ -7,6 +7,8 @@
7
"url": "https://github.com/jpuri/html-to-draftjs.git"
8
},
9
"devDependencies": {
10
+ "babel-preset-es2015": "^6.22.0",
11
+ "babel-preset-react": "^6.23.0",
12
"babel-preset-stage-0": "^6.22.0",
13
"chai": "^3.5.0",
14
"draft-js": "^0.10.0",
@@ -19,7 +21,7 @@
19
21
"webpack": "^2.2.1"
20
22
23
"peerDependencies": {
- "draft-js": "^0.9.x || ^0.10.x"
24
+ "draft-js": "^0.9.x || ^0.10.x"
25
26
"scripts": {
27
"start": "react-scripts start",
0 commit comments