prosemirror-test-builder
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,7 @@ | ||
## 1.0.3 (2020-01-28) | ||
### Bug fixes | ||
Rename ES module files to use a .js extension, since Webpack gets confused by .mjs | ||
## 1.0.2 (2019-11-19) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "prosemirror-test-builder", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Helpers for programatically building ProseMirror test documents", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"module": "dist/index.es.js", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "maintainers": [ |
# prosemirror-test-builder | ||
[ [**WEBSITE**](http://prosemirror.net) | [**ISSUES**](https://github.com/prosemirror/prosemirror-test-builder/issues) | [**FORUM**](https://discuss.prosemirror.net) | [**GITTER**](https://gitter.im/ProseMirror/prosemirror) ] | ||
[ [**WEBSITE**](https://prosemirror.net) | [**ISSUES**](https://github.com/prosemirror/prosemirror-test-builder/issues) | [**FORUM**](https://discuss.prosemirror.net) | [**GITTER**](https://gitter.im/ProseMirror/prosemirror) ] | ||
This is a module used to write tests for [ProseMirror](http://prosemirror.net). | ||
This is a module used to write tests for [ProseMirror](https://prosemirror.net). | ||
ProseMirror is a well-behaved rich semantic content editor based on | ||
@@ -7,0 +7,0 @@ contentEditable, with support for collaborative editing and custom |
@@ -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
36938