quill-blot-formatter
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "quill-blot-formatter", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "a module for the Quill text editor to allow blots to be reformatted. Built in formatters: resize and realign. Built in blot support: images and iframe videos.", | ||
"main": "dist/index.js", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"homepage": "https://github.com/Fandom-OSS/quill-blot-formatter", | ||
@@ -43,2 +44,3 @@ "bugs": { | ||
"babel-preset-flow": "^6.23.0", | ||
"copyfiles": "^1.2.0", | ||
"eslint": "^4.9.0", | ||
@@ -56,5 +58,6 @@ "eslint-config-airbnb-base": "^12.1.0", | ||
"scripts": { | ||
"build": "yarn clean && yarn build:babel && yarn build:webpack && yarn build:copy-flow-source", | ||
"build": "yarn clean && yarn build:babel && yarn build:webpack && yarn build:copy-flow-source && yarn build:copy-ts-defs", | ||
"build:babel": "babel src/ --out-dir dist", | ||
"build:copy-flow-source": "flow-copy-source --verbose src dist", | ||
"build:copy-ts-defs": "copyfiles index.d.ts dist", | ||
"build:webpack": "webpack -p --progress --colors", | ||
@@ -61,0 +64,0 @@ "clean": "rimraf dist", |
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
124901
37
1220
16