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.
1 parent 7bbb49c commit 102fa91Copy full SHA for 102fa91
package.json
@@ -8,15 +8,15 @@
8
},
9
"devDependencies": {
10
"babel-preset-stage-0": "^6.16.0",
11
+ "chai": "^3.5.0",
12
"draft-js": "^0.9.1",
13
+ "draftjs-to-html": "^0.5.0",
14
"react": "^15.4.2",
15
"react-dom": "^15.4.2",
16
+ "react-draft-wysiwyg": "^1.5.8",
17
"react-scripts": "0.8.5",
18
"rimraf": "^2.5.4",
- "webpack": "^1.14.0",
- "chai": "^3.5.0",
- "draftjs-to-html": "file:../draftjs-to-html",
19
- "react-draft-wysiwyg": "file:../editor-oss"
+ "webpack": "^1.14.0"
20
21
"peerDependencies": {
22
"draft-js": "^0.9.x"
0 commit comments