From 31e2c53489964c205ee57a8cf1ef8e1e057ece11 Mon Sep 17 00:00:00 2001 From: alan buscaglia Date: Fri, 3 May 2024 20:04:00 +0200 Subject: [PATCH] fix: version and repository name --- package.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 81a10b5..cd9492e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "my-lib", - "version": "0.0.0", + "name": "gentleman-agnostic-signals", + "version": "0.0.1", "main": "dist/index.js", "types": "dist/index.d.ts", "description": "", @@ -15,16 +15,18 @@ "bun" ], "license": "MIT", - "homepage": "https://github.com/wobsoriano/pkg-name#readme", + "homepage": "https://github.com/Gentleman-Programming/gentleman-agnostic-signals", "repository": { "type": "git", - "url": "git+https://github.com/wobsoriano/pkg-name.git" + "url": "git+https://github.com/Gentleman-Programming/gentleman-agnostic-signals.git" }, - "bugs": "https://github.com/wobsoriano/pkg-name/issues", - "author": "Robert Soriano ", + "bugs": "https://github.com/Gentleman-Programming/gentleman-agnostic-signals/issues", + "author": "Alan Buscagla ", "devDependencies": { "bun-plugin-dts": "^0.2.1", "@types/bun": "^1.0.0", - "typescript": "^5.2.2" + "typescript": "^5.2.2", + "@preact/signals-core": "^1.6.0" } -} \ No newline at end of file +} +