diff --git a/package.json b/package.json index 312dbf8..8499a55 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "repository": "https://github.com/develohpanda/fluent-builder", "author": "Opender Singh ", "license": "MIT", - "main": "index.js", - "types": "index.d.ts", + "main": "dist/index.js", + "types": "dist/index.d.ts", "files": [ "dist" ],