mirror of https://github.com/abpframework/abp.git
3 changed files with 17 additions and 1 deletions
@ -0,0 +1,5 @@ |
|||
module.exports = { |
|||
mappings: { |
|||
"@node_modules/slugify/slugify.js" : "@libs/slugify/" |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
{ |
|||
"version": "4.2.2", |
|||
"name": "@abp/slugify", |
|||
"publishConfig": { |
|||
"access": "public" |
|||
}, |
|||
"dependencies": { |
|||
"slugify": "^1.4.7" |
|||
}, |
|||
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" |
|||
} |
|||
Loading…
Reference in new issue