Skip to content

Commit

Permalink
fix: set publish access to true
Browse files Browse the repository at this point in the history
  • Loading branch information
imccausl committed Feb 12, 2024
1 parent 4fcf5b0 commit b9c4795
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
compressionLevel: mixed

npmPublishAccess: public
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@imccausl/eslint-config",
"version": "1.0.0",
"packageManager": "yarn@4.1.0",
"private": false,
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "latest"
Expand Down Expand Up @@ -87,4 +88,4 @@
"optional": true
}
}
}
}

0 comments on commit b9c4795

Please sign in to comment.