Skip to content

Commit

Permalink
Merge pull request #8043 from abpframework/enisn/slugify-npm
Browse files Browse the repository at this point in the history
Add @abp/slugify to npm packs
  • Loading branch information
hikalkan committed Mar 12, 2021
2 parents f5030a6 + 3729736 commit 5146208
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion npm/packs/cms-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@abp/star-rating-svg": "~4.2.2",
"@abp/tui-editor": "^4.2.2",
"slugify": "^1.4.7"
"@abp/slugify": "^4.2.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
}
5 changes: 5 additions & 0 deletions npm/packs/slugify/abp.resourcemapping.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
mappings: {
"@node_modules/slugify/slugify.js" : "@libs/slugify/"
}
}
11 changes: 11 additions & 0 deletions npm/packs/slugify/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "4.2.2",
"name": "@abp/slugify",
"publishConfig": {
"access": "public"
},
"dependencies": {
"slugify": "^1.4.7"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
}

0 comments on commit 5146208

Please sign in to comment.