From 521f37eb98b32711b37fcd6420532808550f18be Mon Sep 17 00:00:00 2001 From: Halil ibrahim Kalkan Date: Thu, 14 Jun 2018 15:22:31 +0300 Subject: [PATCH] Added markdown-it standard npm package. --- npm/packs/markdown-it/abp.resourcemapping.js | 8 ++++++++ npm/packs/markdown-it/package.json | 11 +++++++++++ 2 files changed, 19 insertions(+) create mode 100644 npm/packs/markdown-it/abp.resourcemapping.js create mode 100644 npm/packs/markdown-it/package.json 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" + } +}