mirror of
https://github.com/lipis/flag-icons.git
synced 2024-11-21 18:38:57 +01:00
3a411f94b3
Bumps [sass](https://github.com/sass/dart-sass) from 1.80.6 to 1.81.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.80.6...1.81.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"name": "flag-icons",
|
|
"version": "7.2.3",
|
|
"author": "Panayiotis Lipiridis <lipiridis@gmail.com>",
|
|
"license": "MIT",
|
|
"main": "css/flag-icons.css",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lipis/flag-icons"
|
|
},
|
|
"files": [
|
|
"css",
|
|
"flags",
|
|
"sass",
|
|
"country.json"
|
|
],
|
|
"devDependencies": {
|
|
"http-server": "14.1.1",
|
|
"prettier": "3.3.3",
|
|
"sass": "1.81.0",
|
|
"svgo": "3.3.2"
|
|
},
|
|
"scripts": {
|
|
"build:dev": "sass --no-source-map --no-charset sass/flag-icons.scss css/flag-icons.css",
|
|
"build:min": "sass --no-source-map --no-charset --style=compressed sass/flag-icons.scss css/flag-icons.min.css",
|
|
"build": "yarn build:dev && yarn build:min",
|
|
"fix": "yarn prettier --write",
|
|
"ids": "python3 flag-ids.py",
|
|
"prettier": "prettier \"**/*.{html,json,md,scss,yaml,yml,js}\"",
|
|
"start": "http-server -a localhost -p 8000",
|
|
"svgo:all": "find flags | grep '\\.svg$' | xargs -Iz -n 1 yarn svgo z && yarn ids",
|
|
"svgo:min": "find flags | grep '\\.svg$' | xargs -Iz -n 1 svgo z && yarn ids",
|
|
"svgo": "svgo --pretty --indent=2 --precision=1",
|
|
"test": "yarn prettier --list-different",
|
|
"maven": "./maven.sh"
|
|
}
|
|
}
|