Skip to content

Commit 571e4e1

Browse files
authored
Merge pull request abpframework#11362 from abpframework/liangshiwei/patch-1
Update abp.resourcemapping.js
2 parents 095fc02 + b596ac1 commit 571e4e1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
22
mappings: {
3-
"@node_modules/@abp/@toast-ui/src/*": "@libs/tui-editor/"
3+
"@node_modules/@abp/tui-editor/src/*.*": "@libs/tui-editor/"
44
}
55
}

npm/packs/tui-editor/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
},
77
"dependencies": {
88
"@abp/jquery": "~5.1.1",
9-
"@abp/prismjs": "~5.1.1",
10-
"@abp/codemirror": "~5.1.1",
11-
"@abp/highlight.js": "~5.1.1",
12-
"@abp/markdown-it": "~5.1.1",
13-
"@toast-ui/editor": "^2.5.1"
9+
"@abp/prismjs": "~5.1.1"
1410
},
1511
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
1612
}

0 commit comments

Comments
 (0)