fit-text-webcomponent
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "fit-text-webcomponent", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A minimal fit-text web-component / custom-element", | ||
@@ -15,2 +15,3 @@ "keywords": [ | ||
"scripts": { | ||
"build": "uglifyjs --compress --mangle --output index.min.js -- index.js ", | ||
"prettier": "prettier --no-semi --single-quote --write index.js", | ||
@@ -23,5 +24,6 @@ "dev": "http-server ." | ||
"http-server": "^0.11.1", | ||
"prettier": "^1.14.3" | ||
"prettier": "^1.14.3", | ||
"uglify-es": "^3.3.9" | ||
}, | ||
"dependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
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
5087
5
3