currency-flags
Advanced tools
Comparing version 1.10.0 to 2.0.1
@@ -0,1 +1,7 @@ | ||
# v2.0.1 | ||
## Fixed build script from previous version | ||
# v2.0.0 | ||
## Making square-flags accessible | ||
# v1.10.0 | ||
@@ -2,0 +8,0 @@ ## Added square flags with svg format |
{ | ||
"name": "currency-flags", | ||
"version": "1.10.0", | ||
"version": "2.0.1", | ||
"description": "Flags for currency codes.", | ||
"files": [ | ||
"dist/currency-flags.css", | ||
"dist/currency-flags.min.css" | ||
"dist/currency-flags.min.css", | ||
"dist/square-flags/*.svg" | ||
], | ||
"scripts": { | ||
"build": "npm run minify-images && npm run inline-images && npm run change-class-names && npm run add-default-styles && npm run minify-css && rm -rf build && echo 'Done.'", | ||
"build": "npm run minify-images && npm run inline-images && npm run change-class-names && npm run add-default-styles && npm run minify-css && npm run build-square-flags && rm -rf build && echo 'Done.'", | ||
"test": "release-to-github-with-changelog-pre-release-checks", | ||
@@ -16,2 +17,3 @@ "minify-images": "imagemin 'src/flags/*' --out-dir='build/flags'", | ||
"add-default-styles": "cat 'src/styles.css' 'build/currency-flags-backgrounds.css' > 'dist/currency-flags.css'", | ||
"build-square-flags": "mkdir -p dist/square-flags && cp src/square-flags/* dist/square-flags", | ||
"minify-css": "cleancss -o 'dist/currency-flags.min.css' 'dist/currency-flags.css'", | ||
@@ -18,0 +20,0 @@ "release-to-github": "release-to-github-with-changelog" |
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
1459761
58