@draft-js-plugins/inline-toolbar
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -8,2 +8,6 @@ # Change Log | ||
## 4.1.0 | ||
- add "sideEffects": false for tree shaking | ||
## 4.0.0 | ||
@@ -10,0 +14,0 @@ |
{ | ||
"name": "@draft-js-plugins/inline-toolbar", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"sideEffects": false, | ||
"description": "Toolbar Plugin for DraftJS", | ||
@@ -34,3 +35,4 @@ "author": { | ||
"build:dts": "tsc -d --emitDeclarationOnly --declarationDir lib", | ||
"build:css": "node ../../scripts/build-css.js $(pwd)" | ||
"build:css": "node ../../scripts/build-css.js $(pwd)", | ||
"test": "jest" | ||
}, | ||
@@ -44,3 +46,3 @@ "license": "MIT", | ||
"draft-js": "^0.10.1 || ^0.11.0", | ||
"react": "^16.3.0" | ||
"react": "^16.3.0 || ^17.0.0" | ||
}, | ||
@@ -47,0 +49,0 @@ "publishConfig": { |
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
23619