mirror of https://github.com/abpframework/abp.git
2 changed files with 19 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||
module.exports = { |
|||
imports: [ |
|||
"../core/abp.resourcemapping.js" |
|||
], |
|||
mappings: { |
|||
"@node_modules/codemirror/lib/*.*": "@libs/codemirror/" |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
{ |
|||
"version": "0.3.1", |
|||
"name": "@abp/codemirror", |
|||
"publishConfig": { |
|||
"access": "public" |
|||
}, |
|||
"dependencies": { |
|||
"@abp/core": "^0.3.1", |
|||
"codemirror": "^5.38.0" |
|||
} |
|||
} |
|||
Loading…
Reference in new issue