From f7972b661ce090e49f03eafbd6480d31e74aee91 Mon Sep 17 00:00:00 2001 From: julienmalard Date: Thu, 18 Jul 2024 14:43:54 +0200 Subject: [PATCH] v2.0.1 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c3abdfd..244d31c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@constl/orbit-db-types", "private": false, - "version": "2.0.0", + "version": "2.0.1", "description": "Unofficial typings for orbit-db", "types": "index.d.ts", "type": "module", @@ -14,14 +14,14 @@ "typescript", "orbit-db" ], - "author": "lukas2005", + "author": "lukas2005; Julien Jean Malard-Adam", "license": "MIT", "bugs": { "url": "https://github.com/reseau-constellation/orbit-db-types/issues" }, "homepage": "https://github.com/reseau-constellationn/orbit-db-types#readme", "scripts": { - "publishNPM": "yarn publish --access public" + "publishNPM": "pnpm publish --access public" }, "devDependencies": { "@orbitdb/core": "^2.2.0",