Skip to content

Commit

Permalink
put package under org scope
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Mar 1, 2023
1 parent 3feb4ad commit a4f9918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "crypto-4844",
"name": "@crate-crypto/crypto-4844",
"version": "0.0.1",
"description": "Cryptography needed for EIP4844",
"type": "module",
Expand Down

0 comments on commit a4f9918

Please sign in to comment.