From 9cf6136b60a90a178f967e0ac0d1869e85316c0a Mon Sep 17 00:00:00 2001 From: William Killerud Date: Tue, 23 Jul 2024 15:04:11 +0200 Subject: [PATCH] chore: fix publishConfig Scoped are private by default --- .gitignore | 3 ++- package.json | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index da095c9..90acc70 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ tmp/**/* coverage .vscode .nyc_output/ -.tap/ \ No newline at end of file +.tap/ +types diff --git a/package.json b/package.json index 429b8b0..d331ef5 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,10 @@ }, "repository": { "type": "git", - "url": "git@github.com:eik-lib/sink-memory.git" + "url": "git+ssh://git@github.com/eik-lib/sink-memory.git" + }, + "publishConfig": { + "access": "public" }, "author": "Trygve Lie", "license": "MIT", @@ -30,7 +33,7 @@ "homepage": "https://github.com/eik-lib/sink-memory#readme", "dependencies": { "@eik/common": "3.0.1", - "@eik/sink": "1.2.3" + "@eik/sink": "1.2.4" }, "devDependencies": { "@semantic-release/changelog": "6.0.3",