We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f7b31 commit 9c8ce88Copy full SHA for 9c8ce88
2 files changed
.github/workflows/release.yml
@@ -50,6 +50,6 @@ jobs:
50
51
- name: Publish to npm
52
if: ${{ steps.changelog.outputs.skipped == 'false' }}
53
- run: npm publish
+ run: npm publish --access public
54
env:
55
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "coffeeless-react-validators",
+ "name": "@cofp/coffeeless-react-validators",
3
"description": "An input validation package made with love by Coffeeless Programming",
4
"version": "1.2.0",
5
"main": "dist/index.js",
0 commit comments