Skip to content

Commit

Permalink
fix(@nftx/types): entrypoint was removed from package json so imports…
Browse files Browse the repository at this point in the history
… were failing
  • Loading branch information
jackmellis committed Dec 20, 2022
1 parent 81ec128 commit 2fd351c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "",
"homepage": "https://github.com/NFTX-project/nftxjs#readme",
"license": "MIT",
"main": "main.js",
"types": "dist/ts/index.d.ts",
"typedoc": {
"entryPoint": "src/index.ts"
Expand Down

0 comments on commit 2fd351c

Please sign in to comment.