Skip to content

Commit e3f33d3

Browse files
committed
Add missing exports to @eclipse-glsp-examples/workflow-server
1 parent 3bba361 commit e3f33d3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/workflow-server/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@
3939
"types": "lib/index",
4040
"files": [
4141
"lib",
42-
"src"
42+
"src",
43+
"node.js",
44+
"node.d.ts",
45+
"browser.d.ts",
46+
"browser.js"
4347
],
4448
"scripts": {
4549
"build": "tsc -b && yarn bundle",

0 commit comments

Comments
 (0)