Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e312acd

Browse files
committed
1.0.2
1 parent 6b0fc59 commit e312acd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
run: npm publish --access public
3131
working-directory: ./
3232
env:
33-
NODE_AUTH_TOKEN: ${{secrets.PVSCREATIONS}}
33+
NODE_AUTH_TOKEN: ${{secrets.pvscreations}}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "practicalmath",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "basic mathematical functions",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)