draftjs-to-html
Advanced tools
Comparing version 0.2.5 to 0.2.6
{ | ||
"name": "draftjs-to-html", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "A library for draftjs to html conversion.", | ||
@@ -32,5 +32,5 @@ "main": "lib/index.js", | ||
"mocha": "^3.0.2", | ||
"react": "^15.3.1", | ||
"react": "^15.0.0-rc", | ||
"react-dom": "^0.14.0", | ||
"react-addons-test-utils": "^15.3.1", | ||
"react-dom": "^15.3.1", | ||
"rimraf": "^2.5.4", | ||
@@ -37,0 +37,0 @@ "sinon": "^1.17.5", |
3438197