We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e312acd + 19bb130 commit 9ba1170Copy full SHA for 9ba1170
.github/workflows/publish.yml
@@ -30,4 +30,4 @@ jobs:
30
run: npm publish --access public
31
working-directory: ./
32
env:
33
- NODE_AUTH_TOKEN: ${{secrets.pvscreations}}
+ NODE_AUTH_TOKEN: ${{secrets.PVSCREATIONS}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "practicalmath",
3
- "version": "1.0.2",
+ "version": "1.0.1",
4
"description": "basic mathematical functions",
5
"main": "dist/index.js",
6
"scripts": {
0 commit comments