Skip to content

Commit

Permalink
🚀 publish to @livetl/svelte-webext-stores
Browse files Browse the repository at this point in the history
  • Loading branch information
r2dev2 committed Apr 5, 2023
1 parent 1879400 commit e68f6d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- run: yarn build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-webext-stores",
"version": "0.0.13",
"name": "@livetl/svelte-webext-stores",
"version": "0.0.14",
"description": "Svelte stores that synchronizes to WebExtension storage.",
"keywords": [
"svelte",
Expand Down

0 comments on commit e68f6d0

Please sign in to comment.