Skip to content

Commit

Permalink
Merge pull request #9 from LeeMir/develop
Browse files Browse the repository at this point in the history
Deploy 0.0.21
  • Loading branch information
LeeMir authored Jul 29, 2022
2 parents 9ed4a61 + aacd562 commit ec3e264
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-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/react-holiday-time-bar
registry-url: https://registry.npmjs.org
- run: yarn
- run: yarn publish:npm
- run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-holiday-time-bar",
"version": "0.0.20",
"version": "0.0.21",
"description": "simple holiday time bar with react",
"keywords" : ["react", "typescript", "parcel", "component", "time", "hover"],
"source": "src/lib/index.ts",
Expand Down

0 comments on commit ec3e264

Please sign in to comment.