mirror of https://github.com/abpframework/abp.git
6 changed files with 20 additions and 9 deletions
@ -1,6 +0,0 @@ |
|||
module.exports = { |
|||
mappings: { |
|||
"@node_modules/flag-icon-css/css/*": "@libs/flag-icon-css/css", |
|||
"@node_modules/flag-icon-css/flags/1x1/*": "@libs/flag-icon-css/flags/1x1" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
module.exports = { |
|||
mappings: { |
|||
"@node_modules/flag-icons/css/*": "@libs/flag-icons/css", |
|||
"@node_modules/flag-icons/flags/1x1/*": "@libs/flag-icons/flags/1x1" |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
{ |
|||
"version": "7.0.1", |
|||
"name": "@abp/flag-icons", |
|||
"publishConfig": { |
|||
"access": "public" |
|||
}, |
|||
"dependencies": { |
|||
"flag-icons": "6.6.6" |
|||
}, |
|||
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" |
|||
} |
|||
Loading…
Reference in new issue