quill-mention
Advanced tools
Comparing version 6.0.1 to 6.0.2
{ | ||
"name": "quill-mention", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "@mentions for the Quill rich text editor", | ||
@@ -13,10 +13,13 @@ "homepage": "https://quill-mention.com/", | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs" | ||
"import": "./dist/index.mjs", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"./autoregister": { | ||
"types": "./dist/autoregister.d.ts", | ||
"import": "./dist/autoregister.mjs" | ||
"import": "./dist/autoregister.mjs", | ||
"default": "./dist/autoregister.mjs" | ||
}, | ||
"./dist/*.css": { | ||
"import": "./dist/*.css" | ||
"import": "./dist/*.css", | ||
"default": "./dist/autoregister.mjs" | ||
} | ||
@@ -54,6 +57,6 @@ }, | ||
"scripts": { | ||
"build": "rollup -c", | ||
"clean": "rimraf dist", | ||
"lint": "prettier -w src/", | ||
"start": "concurrently \"rollup -c -w\" \"serve docs\"", | ||
"build": "rollup -c", | ||
"lint": "prettier -w src/", | ||
"test": "ava" | ||
@@ -60,0 +63,0 @@ }, |
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
185864