svg-crowbar
Advanced tools
Comparing version 0.6.5-0 to 0.6.5
{ | ||
"name": "svg-crowbar", | ||
"version": "0.6.5-0", | ||
"version": "0.6.5", | ||
"description": "A library based on a Chrome-specific bookmarklet that extracts SVG nodes and accompanying styles from an HTML document and downloads them as an SVG file", | ||
@@ -17,4 +17,4 @@ "main": "./dist/cjs/index.js", | ||
"build": "npm run clean && npm run build-umd && npm run build-cjs && npm run build-esm", | ||
"build-umd": "webpack ./src/index.js --mode=production", | ||
"build-umd-dev": "webpack ./src/index.js --mode=development", | ||
"build-umd": "webpack --entry ./src/index.js --mode=production", | ||
"build-umd-dev": "webpack --entry ./src/index.js --mode=development", | ||
"build-cjs": "BABEL_ENV=commonjs babel src/* --out-dir dist/cjs --copy-files", | ||
@@ -46,9 +46,9 @@ "build-esm": "BABEL_ENV=esmodules babel src/* --out-dir dist/esm --copy-files", | ||
"electron": "10.2.0", | ||
"eslint": "7.16.0", | ||
"eslint": "7.17.0", | ||
"eslint-config-prettier": "6.15.0", | ||
"eslint-plugin-prettier": "3.3.0", | ||
"eslint-plugin-prettier": "3.3.1", | ||
"jest": "26.6.3", | ||
"prettier": "2.2.1", | ||
"webpack": "5.11.1", | ||
"webpack-cli": "4.2.0" | ||
"webpack-cli": "4.3.1" | ||
}, | ||
@@ -55,0 +55,0 @@ "jest": { |
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
41194