Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
ci(package): public access
Browse files Browse the repository at this point in the history
  • Loading branch information
bolshchikov committed Feb 16, 2023
1 parent 4e98938 commit 0439478
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.1.0",
"description": "Generate services graph",
"main": "dist/index.js",
"private": false,
"bin": {
"scout": "./bin/cli.js"
},
Expand All @@ -12,6 +11,9 @@
"bin",
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"prebuild": "rimraf dist/",
"build": "tsc",
Expand Down Expand Up @@ -60,4 +62,4 @@
"dependencies": {
"commander": "^10.0.0"
}
}
}

0 comments on commit 0439478

Please sign in to comment.