From 4f73ab6a86582af7bd6d306b2dd34e3e13c6439a Mon Sep 17 00:00:00 2001 From: Max Kraev Date: Mon, 5 Jan 2026 16:58:32 +0000 Subject: [PATCH] publish attempt #2 --- .github/workflows/publish.yaml | 2 +- package.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index bdb5bb6..9837522 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,4 +20,4 @@ jobs: registry-url: 'https://registry.npmjs.org' - run: yarn && yarn build - - run: npm publish + - run: npm publish --access public diff --git a/package.json b/package.json index d135f77..896e640 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,10 @@ "name": "codio-api-js", "version": "0.18.0", "description": "JS client to Codio API", - "repository": "https://github.com/codio/codio-api-js", + "repository": { + "type": "git", + "url": "https://github.com/codio/codio-api-js" + }, "author": "Max Kraev ", "license": "MIT", "devDependencies": {