Skip to content

Commit

Permalink
chore: Adding publishConfig.access to package.json of sub-packages (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert authored Apr 27, 2021
1 parent 189336b commit 3d280ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/jest-sarif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
],
"author": "Microsoft Corporation",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/microsoft/sarif-js-sdk/issues"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/sarif-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"repository": "https://github.com/microsoft/sarif-js-sdk",
"author": "Microsoft Corporation",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc --build",
"prepare": "npm run build",
Expand Down

0 comments on commit 3d280ed

Please sign in to comment.