From 315246ccf935418f915a3b9cebe80281e907499f Mon Sep 17 00:00:00 2001 From: Adson Gomes Oliveira Date: Thu, 26 Sep 2024 15:39:22 -0300 Subject: [PATCH] feat: update --- package.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 187d2e4..0c601fd 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,11 @@ "version": "5.2.3", "description": "A library to populate the project database", "main": "index.js", - "types": "dist/index.d.ts", - "files": ["/dist"], - "scripts": { - "build": "tsc", - "dist": "tsc && copy /Y package.json dist && cd dist && npm publish" - }, + "files": [ + "./" + ], "bin": { - "@tablerise/database-seeder": "index.js" + "database-seeder": "index.js" }, "repository": { "type": "git",