diff --git a/package.json b/package.json index 0936b46..fc4b034 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "entity", "version": "1.0.0", "description": "This kind of project was built to present entity table type ORM", - "main": "src/index.ts", + "main": "dist/src/index.js", "types": "src/index.ts", "scripts": { "dev": "nodemon",