prosemirror-inputrules
Advanced tools
Comparing version 0.17.0 to 0.17.1
@@ -33,3 +33,3 @@ var ref = require("prosemirror-state"); | ||
var MAX_MATCH = 100 | ||
var MAX_MATCH = 500 | ||
@@ -36,0 +36,0 @@ var stateKey = new PluginKey("fromInputRule") |
{ | ||
"name": "prosemirror-inputrules", | ||
"version": "0.17.0", | ||
"version": "0.17.1", | ||
"description": "Automatic transforms on text input for ProseMirror", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -48,3 +48,3 @@ const {Plugin, PluginKey} = require("prosemirror-state") | ||
const MAX_MATCH = 100 | ||
const MAX_MATCH = 500 | ||
@@ -51,0 +51,0 @@ const stateKey = new PluginKey("fromInputRule") |
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