Skip to content

Commit e312acd

Browse files
committed
1.0.2
1 parent 6b0fc59 commit e312acd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yml

+1-1
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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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)