Skip to content

Commit

Permalink
Fix import compatibility issue with node 13.13
Browse files Browse the repository at this point in the history
Signed-off-by: Yilun <[email protected]>
  • Loading branch information
yilunzhang committed Apr 18, 2020
1 parent 15536ee commit 2045244
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.1.1 | Documentation</title>
<title>nkn-sdk 1.1.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.1.1</code></div>
<div class='mb1'><code>1.1.2</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "nkn-sdk",
"version": "1.1.1",
"version": "1.1.2",
"description": "NKN client and wallet SDK",
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./": "./lib/"
},
"browser": {
Expand Down

0 comments on commit 2045244

Please sign in to comment.