Skip to content

Commit 4f73ab6

Browse files
committed
publish attempt #2
1 parent 010a40d commit 4f73ab6

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
registry-url: 'https://registry.npmjs.org'
2121

2222
- run: yarn && yarn build
23-
- run: npm publish
23+
- run: npm publish --access public

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "codio-api-js",
33
"version": "0.18.0",
44
"description": "JS client to Codio API",
5-
"repository": "https://github.com/codio/codio-api-js",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/codio/codio-api-js"
8+
},
69
"author": "Max Kraev <maxim.kraev@gmail.com>",
710
"license": "MIT",
811
"devDependencies": {

0 commit comments

Comments
 (0)