Skip to content

Commit

Permalink
chore: set package to public
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Apr 10, 2024
1 parent 84be239 commit 869b7ff
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@edielemoine/monodeploy-plugin-github-actions",
"description": "A monodeploy plugin to report release outcome to GitHub Actions",
"version": "1.0.0",
"private": false,
"description": "A monodeploy plugin to report release outcome to GitHub Actions",
"repository": {
"type": "git",
"url": "https://github.com/edielemoine/monodeploy-plugin-github-actions.git"
Expand All @@ -22,9 +23,6 @@
"scripts": {
"build": "tsup-node src/index.ts --target node18 --format esm,cjs --out-dir dist"
},
"dependencies": {
"@monodeploy/types": "^5.0.0"
},
"release": {
"branches": [
"main"
Expand All @@ -37,6 +35,9 @@
"@semantic-release/git"
]
},
"dependencies": {
"@monodeploy/types": "^5.0.0"
},
"devDependencies": {
"@semantic-release/git": "^10.0.0",
"@types/node": "^18.0.0",
Expand All @@ -50,5 +51,8 @@
"packageManager": "[email protected]",
"volta": {
"node": "18.20.1"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 869b7ff

Please sign in to comment.