Skip to content

Commit f528193

Browse files
committed
chore: release 0.0.1
Release-As: 0.0.1
1 parent 4acbd4f commit f528193

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: ${{ steps.release.outputs.release_created }}
3939
- run: npm install
4040
if: ${{ steps.release.outputs.release_created }}
41-
- run: npm publish --provenance
41+
- run: npm publish --provenance --access public
4242
env:
4343
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4444
if: ${{ steps.release.outputs.release_created }}

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Or play it in your browser:
3232

3333
<!-- Badges -->
3434

35-
[npm-version-src]: https://img.shields.io/npm/v/eslint-flat-config-viewer?style=flat&colorA=080f12&colorB=1fa669
36-
[npm-version-href]: https://npmjs.com/package/eslint-flat-config-viewer
37-
[npm-downloads-src]: https://img.shields.io/npm/dm/eslint-flat-config-viewer?style=flat&colorA=080f12&colorB=1fa669
38-
[npm-downloads-href]: https://npmjs.com/package/eslint-flat-config-viewer
35+
[npm-version-src]: https://img.shields.io/npm/v/@eslint/config-inspector?style=flat&colorA=080f12&colorB=1fa669
36+
[npm-version-href]: https://npmjs.com/package/@eslint/config-inspector
37+
[npm-downloads-src]: https://img.shields.io/npm/dm/@eslint/config-inspector?style=flat&colorA=080f12&colorB=1fa669
38+
[npm-downloads-href]: https://npmjs.com/package/@eslint/config-inspector

0 commit comments

Comments
 (0)