Skip to content

Commit

Permalink
chore: change package destination
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlyall committed Aug 10, 2023
1 parent 0aa7bf0 commit deb6583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
with:
node-version: 16
registry-url: "https://registry.npmjs.org"
- 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
Expand Up @@ -7,7 +7,7 @@
"./src/**/*.js"
],
"main": "src/index.js",
"name": "krystal-shard-tailwind",
"name": "@krystal-hosting/shard-tailwind",
"repository": {
"type": "git",
"url": "https://github.com/krystal/shard-tailwind.git"
Expand Down

0 comments on commit deb6583

Please sign in to comment.