From 4530b3208aac0b9e8d185f428b1642e8e0566653 Mon Sep 17 00:00:00 2001 From: uny-dev Date: Wed, 19 Mar 2025 09:29:04 -0400 Subject: [PATCH] Add prepare script and files field to include build artifacts --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4c30e65..342bf02 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,17 @@ { "name": "luxon-hijri", - "version": "1.0.3", + "version": "1.0.4", "description": "A Hijri date converter based on the Umm al-Qura calendar system, using Luxon for date manipulations.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", + "prepare": "npm run build", "test": "jest" }, + "files": [ + "dist" + ], "keywords": [ "hijri", "calendar", @@ -34,4 +38,4 @@ "bugs": { "url": "https://github.com/acamarata/luxon-hijri/issues" } -} +} \ No newline at end of file