Skip to content

Commit 9f667c3

Browse files
committed
fix(build): add allowedNonPeerDependencies and export module
1 parent bfd11a4 commit 9f667c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

projects/code-editor/ng-package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
"dest": "../../dist/code-editor",
44
"lib": {
55
"entryFile": "public-api.ts"
6-
}
6+
},
7+
"allowedNonPeerDependencies": [
8+
"@codemirror/theme-one-dark",
9+
"codemirror"
10+
]
711
}

projects/code-editor/public-api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
* Public API Surface of code-editor
33
*/
44

5+
export * from './code-editor-module';
56
export * from './code-editor';

0 commit comments

Comments
 (0)