mirror of https://github.com/abpframework/abp.git
3 changed files with 23 additions and 1 deletions
@ -0,0 +1,11 @@ |
|||
module.exports = { |
|||
imports: [ |
|||
"../jquery/abp.resourcemapping.js" |
|||
], |
|||
mappings: { |
|||
"@node_modules/to-mark/dist/to-mark.min.js": "@libs/to-mark/", |
|||
"@node_modules/tui-code-snippet/dist/tui-code-snippet.min.js": "@libs/tui-code-snippet/", |
|||
"@node_modules/squire-rte/squire.js": "@libs/squire-rte/", |
|||
"@node_modules/tui-editor/dist/*.*": "@libs/tui-editor/" |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
{ |
|||
"version": "0.3.1", |
|||
"name": "@abp/tui-editor", |
|||
"publishConfig": { |
|||
"access": "public" |
|||
}, |
|||
"dependencies": { |
|||
"@abp/jquery": "^0.3.1", |
|||
"tui-editor": "^1.2.2" |
|||
} |
|||
} |
|||
Loading…
Reference in new issue