From 3fe1fe93247eb8dcf3dfb1a3010018494cc20a3e Mon Sep 17 00:00:00 2001 From: Justin Russo Date: Tue, 1 Nov 2022 00:56:02 -0400 Subject: [PATCH] chore(repo): only package build files --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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",