prosemirror-state
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -0,1 +1,7 @@ | ||
## 1.3.2 (2019-11-20) | ||
### Bug fixes | ||
Rename ES module files to use a .js extension, since Webpack gets confused by .mjs | ||
## 1.3.1 (2019-11-19) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "prosemirror-state", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "ProseMirror editor state", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"module": "dist/index.es.js", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "maintainers": [ |
@@ -8,3 +8,3 @@ module.exports = { | ||
}, { | ||
file: 'dist/index.mjs', | ||
file: 'dist/index.es.js', | ||
format: 'es', | ||
@@ -11,0 +11,0 @@ sourcemap: true |
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
283371