draft-js-export-html
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "draft-js-export-html", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "DraftJS: Export ContentState to HTML", | ||
"main": "lib/main.js", | ||
"scripts": { | ||
"build": "babel src --ignore '_*' --out-dir lib", | ||
"build": "babel src --ignore \"_*\" --out-dir lib", | ||
"lint": "eslint --max-warnings 0 .", | ||
@@ -12,3 +12,3 @@ "typecheck": "flow", | ||
"test": "npm run lint && npm run typecheck && npm run test-src", | ||
"test-src": "mocha src/__tests__/*.js src/**/__tests__/*.js", | ||
"test-src": "mocha \"src/**/__tests__/*.js\"", | ||
"watch": "npm run build -- --watch" | ||
@@ -26,3 +26,3 @@ }, | ||
"babel-core": "^6.9.1", | ||
"babel-eslint": "^6.0.4", | ||
"babel-eslint": "^7.0.0", | ||
"babel-plugin-transform-class-properties": "^6.9.1", | ||
@@ -32,9 +32,9 @@ "babel-preset-es2015": "^6.9.0", | ||
"babel-preset-stage-2": "^6.5.0", | ||
"eslint": "^2.12.0", | ||
"eslint": "^3.7.1", | ||
"eslint-plugin-babel": "^3.2.0", | ||
"eslint-plugin-flow-vars": "^0.4.0", | ||
"eslint-plugin-react": "^5.1.1", | ||
"eslint-plugin-flow-vars": "^0.5.0", | ||
"eslint-plugin-react": "^6.3.0", | ||
"expect": "^1.20.1", | ||
"flow-bin": "^0.32.0", | ||
"mocha": "^2.5.3", | ||
"mocha": "^3.1.0", | ||
"react": "^15.1.0", | ||
@@ -41,0 +41,0 @@ "react-dom": "^15.1.0" |
Sorry, the diff of this file is not supported yet
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
30979
10
627