We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5dca9 commit cb94618Copy full SHA for cb94618
.github/workflows/release.yml
@@ -25,6 +25,6 @@ jobs:
25
node-version: 12
26
registry-url: https://registry.npmjs.org/
27
- run: npm ci
28
- - run: npm publish
+ - run: npm publish --access=public
29
env:
30
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "@kotify/frapper-charts",
3
- "version": "1.4.1k2",
+ "name": "@kotify/frappe-charts",
+ "version": "1.4.1k3",
4
"description": "https://github.com/kotify/charts",
5
"main": "dist/kotify-charts.min.cjs.js",
6
"module": "dist/kotify-charts.min.esm.js",
0 commit comments