Skip to content

Commit 9c8ce88

Browse files
committed
feat: change package scope
1 parent e5f7b31 commit 9c8ce88

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050

5151
- name: Publish to npm
5252
if: ${{ steps.changelog.outputs.skipped == 'false' }}
53-
run: npm publish
53+
run: npm publish --access public
5454
env:
5555
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "coffeeless-react-validators",
2+
"name": "@cofp/coffeeless-react-validators",
33
"description": "An input validation package made with love by Coffeeless Programming",
44
"version": "1.2.0",
55
"main": "dist/index.js",

0 commit comments

Comments
 (0)