File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed
Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1818 "build:lib" : " ng build code-editor" ,
1919 "publish" : " npm run build:lib && cd dist/code-editor && npm publish" ,
2020 "predeploy" : " npm run build" ,
21- "deploy" : " angular-cli-ghpages --no-silent --dir=dist/dev-app" ,
21+ "deploy" : " angular-cli-ghpages --no-silent --dir=dist/dev-app/browser " ,
2222 "prepare" : " husky install"
2323 },
2424 "private" : true ,
Original file line number Diff line number Diff line change 44 "publishConfig" : {
55 "access" : " public"
66 },
7+ "author" :
" nzbin<[email protected] >" ,
8+ "license" : " MIT" ,
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " https://github.com/acrodata/code-editor.git"
12+ },
13+ "homepage" : " https://acrodata.github.io/code-editor/" ,
14+ "keywords" : [
15+ " angular" ,
16+ " codemirror" ,
17+ " codemirror6" ,
18+ " code-editor" ,
19+ " ngx-codemirror"
20+ ],
721 "peerDependencies" : {
8- "@angular/common " : " >=16.0.0" ,
9- "@angular/core " : " >=16.0.0"
22+ "@angular/core " : " >=16.0.0" ,
23+ "@angular/forms " : " >=16.0.0"
1024 },
1125 "dependencies" : {
26+ "@codemirror/theme-one-dark" : " ^6.0.0" ,
27+ "codemirror" : " ^6.0.0" ,
1228 "tslib" : " ^2.3.0"
1329 },
1430 "sideEffects" : false
You can’t perform that action at this time.
0 commit comments