Skip to content

Commit bfd11a4

Browse files
committed
chore: update package.json
1 parent 733945a commit bfd11a4

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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,

projects/code-editor/package.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,27 @@
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

0 commit comments

Comments
 (0)