diff --git a/package.json b/package.json index e8c79cd..4b8b98e 100644 --- a/package.json +++ b/package.json @@ -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",