mirror of
https://github.com/lipis/flag-icons.git
synced 2024-11-22 02:47:32 +01:00
aaa8039929
fixed file name extension on main files path
17 lines
264 B
JSON
17 lines
264 B
JSON
{
|
|
"name": "flag-icon-css",
|
|
"main": [
|
|
"css/flag-icon.min.css",
|
|
"less/flag-icon.less",
|
|
"sass/_flag-icon.scss"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"assets",
|
|
"Gruntfile.coffee",
|
|
"index.html",
|
|
"LICENSE",
|
|
"package.json"
|
|
]
|
|
}
|