prosemirror-keymap
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -0,1 +1,7 @@ | ||
## 1.1.3 (2019-11-20) | ||
### Bug fixes | ||
Rename ES module files to use a .js extension, since Webpack gets confused by .mjs | ||
## 1.1.2 (2019-11-19) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "prosemirror-keymap", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Keymap plugin for ProseMirror", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
35775
0