Skip to content

Commit

Permalink
Fixed type linking
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishioa authored and yilunzhang committed May 27, 2024
1 parent efb8794 commit 7ca1094
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "nkn-sdk",
"version": "1.3.1",
"version": "1.3.2",
"description": "NKN client and wallet SDK",
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
".": {
"import": "./lib/index.js",
"types": "./index.d.ts"
},
"./": "./lib/"
},
"types": "index.d.ts",
Expand Down

0 comments on commit 7ca1094

Please sign in to comment.