currency-flags
Advanced tools
Comparing version 4.0.3 to 4.0.6
{ | ||
"name": "currency-flags", | ||
"version": "4.0.3", | ||
"version": "4.0.6", | ||
"description": "Flags for currency codes.", | ||
@@ -12,6 +12,5 @@ "files": [ | ||
"scripts": { | ||
"build": "npm run move-to-dist && npm run minify-css && npm run build-square-flags && npm run move-flags-to-dist && rm -rf build && echo 'Done.'", | ||
"build": "npm run move-to-dist && npm run build-square-flags && rm -rf build && echo 'Done.'", | ||
"test": "release-to-github-with-changelog-pre-release-checks", | ||
"move-to-dist": "mkdir -p dist && cat 'src/styles.css' > 'dist/currency-flags.css'", | ||
"move-flags-to-dist": "mkdir -p dist/flags && cp node_modules/wise-atoms/flags/* dist/flags", | ||
"build-square-flags": "mkdir -p dist/square-flags && cp src/square-flags/* dist/square-flags", | ||
@@ -21,2 +20,5 @@ "minify-css": "cleancss -o 'dist/currency-flags.min.css' 'dist/currency-flags.css'", | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
@@ -31,4 +33,4 @@ "type": "git", | ||
"release-to-github-with-changelog": "^1.2.0", | ||
"wise-atoms": "git+ssh://git@github.com:transferwise/wise-atoms.git#7c0711e81c6253bdaa262b9954c697764203f825" | ||
"wise-atoms": "git+ssh://git@github.com:transferwise/wise-atoms.git#32cb71a029c5de5df3b9152fef2af58a4a6aede8" | ||
} | ||
} |
@@ -38,3 +38,3 @@ # currency-flags | ||
1. Submit your pull request from a feature branch and get code reviewed. | ||
1. If the pull request is approved and the [CircleCI build](https://circleci.com/gh/transferwise/currency-flags) passes, you will be able to squash and merge. | ||
1. If the pull request is approved and the [Github Actions build](https://github.com/transferwise/currency-flags/actions) passes, you will be able to squash and merge. | ||
1. Code will automatically be released to [GitHub](https://github.com/transferwise/currency-flags/releases) and published to [npm](https://www.npmjs.com/package/currency-flags) according to the version specified in the changelog and `package.json`. |
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
1232813
66