From c179748a76bd7a71c3fbbf4677ac69e7ed76c54b Mon Sep 17 00:00:00 2001 From: saoirse-iontach <114183267+saoirse-iontach@users.noreply.github.com> Date: Fri, 29 Mar 2024 19:15:20 +0100 Subject: [PATCH] Update package.json preparing new version 0.0.7-iontach --- package.json | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 955edb1..2a7b6d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@browserfs/fs-dom", - "version": "0.0.6", - "description": "DOM backends for BrowserFS", + "version": "0.0.7-iontach", + "description": "DOM backends for @BrowserFS", "main": "dist/index.js", "types": "dist", "keywords": [ @@ -10,15 +10,26 @@ "storage" ], "type": "module", - "homepage": "https://github.com/browser-fs/fs-dom", - "author": "dr-vortex ", + "homepage": "https://github.com/saoirse-iontach/browser-fs-dom", + "author": "John Vilk ", + "contributors": [ + { + "name": "dr-vortex", + "email": "jp@drvortex.dev", + "url": "https://drvortex.dev" + }, + { + "name": "saoirse-iontach", + "url": "https://github.com/saoirse-iontach" + } + ], "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/browser-fs/fs-dom.git" + "url": "git+https://github.com/saoirse-iontach/browser-fs-dom.git" }, "bugs": { - "url": "https://github.com/browser-fs/fs-dom/issues" + "url": "https://github.com/saoirse-iontach/browser-fs-dom/issues" }, "engines": { "node": ">= 18" @@ -51,6 +62,6 @@ "typescript": "5.2.2" }, "dependencies": { - "@browserfs/core": "^0.1.0" + "@browserfs/core": "saoirse-iontach/browser-fs-core#semver:~0.1.1" } }