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": {