diff --git a/npm/packs/markdown-it/abp.resourcemapping.js b/npm/packs/markdown-it/abp.resourcemapping.js new file mode 100644 index 0000000000..6faa112ef2 --- /dev/null +++ b/npm/packs/markdown-it/abp.resourcemapping.js @@ -0,0 +1,8 @@ +module.exports = { + imports: [ + "../core/abp.resourcemapping.js" + ], + mappings: { + "@node_modules/markdown-it/dist/markdown-it.min.js": "@libs/markdown-it/" + } +} \ No newline at end of file diff --git a/npm/packs/markdown-it/package.json b/npm/packs/markdown-it/package.json new file mode 100644 index 0000000000..4d9d7fd4b7 --- /dev/null +++ b/npm/packs/markdown-it/package.json @@ -0,0 +1,11 @@ +{ + "version": "0.3.1", + "name": "@abp/markdown-it", + "publishConfig": { + "access": "public" + }, + "dependencies": { + "@abp/core": "^0.3.1", + "markdown-it": "^8.4.1" + } +}