Skip to content

Commit

Permalink
fix: Fix viewer core package main entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Schroeder committed Dec 4, 2023
1 parent 9d9cf5c commit 9bf1dad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion libs/viewer-core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/libs/viewer-core",
"main": "libs/viewer-core/src/main.ts",
"main": "libs/viewer-core/src/index.ts",
"tsConfig": "libs/viewer-core/tsconfig.lib.json",
"assets": ["libs/viewer-core/*.md"],
"updateBuildableProjectDepsInPackageJson": true
Expand Down
1 change: 0 additions & 1 deletion libs/viewer-core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export * from './core';
export * from './feature';
export * from './util';
export * from './main';
export * from './types';
export * from './enums';
5 changes: 0 additions & 5 deletions libs/viewer-core/src/main.ts

This file was deleted.

0 comments on commit 9bf1dad

Please sign in to comment.