Skip to content

Commit

Permalink
chore: access
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkArtek committed Dec 28, 2023
1 parent 0cac0a5 commit 894bd81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
with:
node-version: 'lts/Hydrogen'
registry-url: 'https://registry.npmjs.org'
- run: npm publish --access=public
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,12 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"@typescript-eslint/eslint-plugin": "^6.16.0"
}
},
"publishConfig": {
"access": "public"
},
"files": [
"index.js",
"LICENSE"
]
}

0 comments on commit 894bd81

Please sign in to comment.