font-select
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "font-select", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Custom element for picking local fonts", | ||
@@ -13,4 +13,5 @@ "scripts": { | ||
}, | ||
"main": "src/font-select.mjs", | ||
"browser": "src/font-select.mjs", | ||
"main": "dist/font-select.min.mjs", | ||
"browser": "dist/font-select.min.mjs", | ||
"exports": "dist/font-select.min.mjs", | ||
"module": "dist/font-select.min.mjs", | ||
@@ -37,9 +38,9 @@ "unpkg": "dist/font-select.min.mjs", | ||
"devDependencies": { | ||
"eslint": "^7.13.0", | ||
"eslint": "^7.15.0", | ||
"eslint-config-google": "^0.14.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-config-prettier": "^7.0.0", | ||
"http-server": "^0.12.3", | ||
"prettier": "^2.2.0", | ||
"prettier": "^2.2.1", | ||
"shx": "^0.3.3", | ||
"terser": "^5.5.0" | ||
"terser": "^5.5.1" | ||
}, | ||
@@ -46,0 +47,0 @@ "eslintConfig": { |
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
46644