There was an error while loading. Please reload this page.
1 parent 81dbc94 commit 2ba66f2Copy full SHA for 2ba66f2
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "replane-sdk",
3
- "version": "0.0.5",
+ "version": "0.0.6",
4
"description": "Replane TypeScript SDK.",
5
"type": "module",
6
"license": "MIT",
@@ -23,8 +23,7 @@
23
".": {
24
"types": "./dist/index.d.ts",
25
"import": "./dist/index.js",
26
- "require": "./dist/index.cjs",
27
- "default": "./dist/index.js"
+ "require": "./dist/index.cjs"
28
},
29
"./package.json": "./package.json"
30
0 commit comments