Skip to content

Commit

Permalink
Remove exports, it breaks daffodil-vscode. Fix paths for client package
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedell committed Apr 4, 2024
1 parent c67f769 commit 9531f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
"version": "0.9.81",
"description": "OmegaEdit gRPC Client",
"publisher": "ctc-oss",
"exports": "./out/main.js",
"main": "./out/main.js",
"types": "./out/index.d.ts",
"main": "./main.js",
"types": "./index.d.ts",
"repository": {
"url": "https://github.com/ctc-oss/omega-edit",
"type": "git"
Expand Down
1 change: 0 additions & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.9.81",
"description": "OmegaEdit gRPC Server",
"publisher": "ctc-oss",
"exports": "./out/index.js",
"main": "./out/index.js",
"types": "./out/index.d.ts",
"repository": {
Expand Down

0 comments on commit 9531f75

Please sign in to comment.