Browse Source

Merge pull request #11362 from abpframework/liangshiwei/patch-1

Update abp.resourcemapping.js
pull/11370/head
albert 4 years ago
committed by GitHub
parent
commit
571e4e14b3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      npm/packs/tui-editor/abp.resourcemapping.js
  2. 6
      npm/packs/tui-editor/package.json

2
npm/packs/tui-editor/abp.resourcemapping.js

@ -1,5 +1,5 @@
module.exports = { module.exports = {
mappings: { mappings: {
"@node_modules/@abp/@toast-ui/src/*": "@libs/tui-editor/" "@node_modules/@abp/tui-editor/src/*.*": "@libs/tui-editor/"
} }
} }

6
npm/packs/tui-editor/package.json

@ -6,11 +6,7 @@
}, },
"dependencies": { "dependencies": {
"@abp/jquery": "~5.1.1", "@abp/jquery": "~5.1.1",
"@abp/prismjs": "~5.1.1", "@abp/prismjs": "~5.1.1"
"@abp/codemirror": "~5.1.1",
"@abp/highlight.js": "~5.1.1",
"@abp/markdown-it": "~5.1.1",
"@toast-ui/editor": "^2.5.1"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
} }
Loading…
Cancel
Save