Skip to content

Commit

Permalink
chore: fix publishConfig
Browse files Browse the repository at this point in the history
Scoped are private by default
  • Loading branch information
wkillerud committed Jul 23, 2024
1 parent 3f21eb7 commit 9cf6136
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ tmp/**/*
coverage
.vscode
.nyc_output/
.tap/
.tap/
types
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
},
"repository": {
"type": "git",
"url": "[email protected]:eik-lib/sink-memory.git"
"url": "git+ssh://[email protected]/eik-lib/sink-memory.git"
},
"publishConfig": {
"access": "public"
},
"author": "Trygve Lie",
"license": "MIT",
Expand All @@ -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",
Expand Down

0 comments on commit 9cf6136

Please sign in to comment.