Skip to content

Commit

Permalink
fix(import): remove lib from import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 12, 2022
1 parent 66a2d1c commit 6137aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "ethers-maths",
"version": "1.0.0",
"description": "➗ Useful ethers-based math libraries to ease the journey through off-chain fixed-point arithmetics",
"main": "lib/src/index.js",
"main": "lib/index.js",
"files": [
"lib/**/*"
"lib/*"
],
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 6137aee

Please sign in to comment.