Skip to content

Commit 1a5e235

Browse files
committed
Add src/ directory to the restate-sdk package
1 parent 04dd951 commit 1a5e235

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"main": "dist/public_api.js",
1818
"types": "dist/public_api.d.ts",
1919
"files": [
20-
"dist"
20+
"dist",
21+
"src"
2122
],
2223
"scripts": {
2324
"proto": "npx buf mod update && npx buf generate",

0 commit comments

Comments
 (0)