Skip to content

Commit

Permalink
add main file in package.json (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
baryon2 committed Jul 31, 2023
1 parent 410c141 commit 88f3b1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leapwallet/fallback-falooda",
"version": "0.2.0",
"version": "0.2.1",
"description": "JavaScript library that implements a blockchain node fallback system",
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -43,6 +43,7 @@
"dist/browser/src/",
"dist/node/src/"
],
"main": "dist/node/src/index.js",
"browser": "dist/browser/src/index.js",
"dependencies": {
"chain-registry": "1.6.0",
Expand Down

0 comments on commit 88f3b1e

Please sign in to comment.