diff --git a/package.json b/package.json index ebb9d74..59da155 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "@darkpacks/mc-pack-utils", - "version": "1.18.0-1.0.0", + "version": "1.18.0-1.0.1", "description": "", - "main": "index.js", + "main": "build/index.js", "scripts": { "build": "tsc", "test": "jest" @@ -12,6 +12,9 @@ "url": "https://github.com/DarkPacks/MCPackUtils", "type": "git" }, + "files": [ + "build" + ], "devDependencies": { "@types/jest": "^29.2.0", "@types/node": "^18.11.8",