From a58c15cf07f97193117be825bf8633db76854668 Mon Sep 17 00:00:00 2001 From: Jonah Henriksson <33059163+JonahPlusPlus@users.noreply.github.com> Date: Wed, 13 Nov 2024 17:16:18 -0500 Subject: [PATCH] Update package.json --- package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index dddbada..00b0564 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solid-effect", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "description": "A collection of utilities for working with EffectTS in SolidJS", "type": "module", "scripts": { @@ -26,6 +26,10 @@ "author": { "name": "JonahPlusPlus" }, + "repository": { + "type": "git", + "url": "git+https://github.com/JonahPlusPlus/solid-effect.git" + }, "license": "(MIT OR Apache-2.0)", "engines": { "pnpm": ">=9" @@ -60,8 +64,7 @@ }, "files": [ "dist", - "LICENCE-*", - "public" + "LICENCE-*" ], "main": "./dist/index.cjs", "module": "./dist/index.js",