Skip to content

Commit

Permalink
add commonjs export in package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Yilun <[email protected]>
  • Loading branch information
yilunzhang committed May 28, 2024
1 parent b48dfbb commit 09cafab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<title>nkn-sdk 1.3.1 | Documentation</title>
<title>nkn-sdk 1.3.2 | Documentation</title>
<meta name='description' content='NKN client and wallet SDK'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>nkn-sdk</h3>
<div class='mb1'><code>1.3.1</code></div>
<div class='mb1'><code>1.3.2</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"exports": {
".": {
"import": "./lib/index.js",
"require": "./lib/index.js",
"types": "./index.d.ts"
},
"./": "./lib/"
Expand Down

0 comments on commit 09cafab

Please sign in to comment.