Skip to content

Commit

Permalink
fix: reference ES module on main (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
erictaylor authored Mar 11, 2024
1 parent 917d6cc commit d872f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@avalabs/avalanchejs",
"version": "4.0.3",
"description": "Avalanche Platform JS Library",
"main": "dist/index.js",
"main": "dist/es/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"type": "module",
Expand Down

0 comments on commit d872f79

Please sign in to comment.