draftjs-to-markdown
Advanced tools
Comparing version 0.4.5 to 0.5.0
{ | ||
"name": "draftjs-to-markdown", | ||
"version": "0.4.5", | ||
"version": "0.5.0", | ||
"description": "A library for draftjs to markdown conversion.", | ||
"main": "lib/draftjs-to-markdown.js", | ||
"devDependencies": { | ||
"babel-core": "^6.23.1", | ||
"babel-eslint": "^8.0.1", | ||
"babel-loader": "^7.1.1", | ||
"babel-core": "^6.26.0", | ||
"babel-eslint": "^8.0.3", | ||
"babel-loader": "^7.1.2", | ||
"babel-plugin-transform-flow-strip-types": "^6.22.0", | ||
"babel-preset-es2015": "^6.22.0", | ||
"babel-preset-react": "^6.23.0", | ||
"babel-preset-stage-0": "^6.22.0", | ||
"babel-register": "^6.23.0", | ||
"chai": "^4.1.0", | ||
"enzyme": "^3.1.0", | ||
"eslint": "^4.3.0", | ||
"eslint-config-airbnb": "^16.0.0", | ||
"eslint-plugin-import": "2.7.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-react": "^6.24.1", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"babel-register": "^6.26.0", | ||
"chai": "^4.1.2", | ||
"enzyme": "^3.2.0", | ||
"eslint": "^4.12.1", | ||
"eslint-config-airbnb": "^16.1.0", | ||
"eslint-plugin-import": "2.8.0", | ||
"eslint-plugin-jsx-a11y": "^6.0.2", | ||
"eslint-plugin-mocha": "^4.8.0", | ||
"eslint-plugin-react": "^7.1.0", | ||
"flow-bin": "^0.56.0", | ||
"eslint-plugin-mocha": "^4.11.0", | ||
"eslint-plugin-react": "^7.5.1", | ||
"flow-bin": "^0.60.1", | ||
"immutable": "^4.0.0-rc.1", | ||
"jsdom": "^11.1.0", | ||
"jsdom": "^11.5.1", | ||
"mocha": "^4.0.1", | ||
"react": "^16.0.0", | ||
"react-addons-test-utils": "^15.4.2", | ||
"react-dom": "^16.0.0", | ||
"rimraf": "^2.6.1", | ||
"sinon": "^4.0.1", | ||
"webpack": "^3.3.0", | ||
"webpack-dev-middleware": "^1.10.1" | ||
"react": "^16.2.0", | ||
"react-addons-test-utils": "^15.6.2", | ||
"react-dom": "^16.2.0", | ||
"rimraf": "^2.6.2", | ||
"sinon": "^4.1.2", | ||
"webpack": "^3.9.1", | ||
"webpack-dev-middleware": "^1.12.2" | ||
}, | ||
@@ -35,0 +35,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
168654
9