mirror of
https://github.com/lipis/flag-icons.git
synced 2024-11-22 11:27:29 +01:00
8d95babfeb
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.1.0 to 11.1.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v11.1.0...v11.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "flag-icon-css",
|
|
"version": "3.5.0",
|
|
"author": "Panayiotis Lipiridis <lipiridis@gmail.com>",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://opensource.org/licenses/MIT"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/lipis/flag-icon-css"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "1.4.1",
|
|
"grunt-contrib-connect": "3.0.0",
|
|
"grunt-contrib-cssmin": "4.0.0",
|
|
"grunt-contrib-less": "3.0.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"husky": "6.0.0",
|
|
"lint-staged": "11.1.1",
|
|
"prettier": "2.3.2",
|
|
"svgo": "2.3.1"
|
|
},
|
|
"lint-staged": {
|
|
"*.{json,md,scss,less,yaml,yml}": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "grunt build",
|
|
"svgo": "svgo --pretty --indent=2 --precision=1 --config=svgo.yaml",
|
|
"svgo:min": "find flags | grep '\\.svg$' | xargs -Iz -n 1 svgo --config=svgo.yaml z",
|
|
"svgo:all": "find flags | grep '\\.svg$' | xargs -Iz -n 1 yarn svgo z",
|
|
"fix": "yarn prettier --write",
|
|
"prettier": "prettier \"**/*.{json,md,scss,less,yaml,yml}\"",
|
|
"test": "yarn prettier --list-different"
|
|
}
|
|
}
|