Skip to content

Commit

Permalink
fix: add module to package.json and tweak types
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Sep 18, 2023
1 parent 80736fa commit 0afba5f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@ardrive/turbo-sdk",
"version": "1.0.0-alpha.8",
"main": "./lib/esm/node/index.js",
"types": "./lib/esm/types/index.d.ts",
"type": "module",
"main": "./lib/cjs/node/index.js",
"types": "./lib/cjs/node/types/index.d.ts",
"module": "./lib/esm/node/index.js",
"browser": "./bundles/web.bundle.min.js",
"repository": {
"type": "git",
"url": "https://github.com/ardriveapp/turbo-sdk.git"
Expand Down

0 comments on commit 0afba5f

Please sign in to comment.