Skip to content

Commit 0b279bf

Browse files
committed
Add type module to package.json and bump version
1 parent a6f0af5 commit 0b279bf

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
@@ -1,6 +1,7 @@
11
{
22
"name": "java-slang",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
4+
"type": "module",
45
"main": "dist/index.js",
56
"types": "dist/index.d.ts",
67
"files": ["dist"],

0 commit comments

Comments
 (0)