Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pvscreations committed Apr 18, 2024
1 parent 6b0fc59 commit e312acd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: npm publish --access public
working-directory: ./
env:
NODE_AUTH_TOKEN: ${{secrets.PVSCREATIONS}}
NODE_AUTH_TOKEN: ${{secrets.pvscreations}}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "practicalmath",
"version": "1.0.1",
"version": "1.0.2",
"description": "basic mathematical functions",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit e312acd

Please sign in to comment.