From ccd30328571c410b6c9c9698c8480fa167fd3515 Mon Sep 17 00:00:00 2001 From: Balakrishna Avulapati Date: Sat, 27 Sep 2025 17:42:59 +0530 Subject: [PATCH] prepare package ready to be published Signed-off-by: Balakrishna Avulapati --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e4f61e..50538f7 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "0.0.1", "description": "Testing JSON schemas against sample data", "main": "dist/index.js", + "files": [ + "dist/" + ], "type": "module", "scripts": { "clean-dist": "rm -rf ./dist/", @@ -15,7 +18,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/theflashlabs/json-schema-test.git" + "url": "git+https://github.com/theflashlabs/json-schema-test.git" }, "keywords": [ "JSON",