Skip to content

Commit de25e98

Browse files
Hugo PerezHugo Perez
authored andcommitted
build: add module type to package.json
Enable ES modules support by specifying "type": "module" in package.json
1 parent 32b6aee commit de25e98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@sovereign-network/api-client",
33
"version": "1.0.0",
4+
"type": "module",
45
"description": "Platform-agnostic API client for Sovereign Network ZHTP nodes",
56
"main": "./dist/vanilla-js/index.js",
67
"types": "./dist/vanilla-js/index.d.ts",

0 commit comments

Comments
 (0)