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 fc43585 commit 75032abCopy full SHA for 75032ab
.github/workflows/publish.yml
@@ -24,3 +24,4 @@ jobs:
24
- name: Update npm
25
run: npm install -g npm@latest
26
- run: npm test
27
+ - run: npm publish
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@b12/metronome",
3
- "version": "1.1.32",
+ "version": "1.1.33",
4
"description": "",
5
"main": "index.es6.js",
6
"scripts": {
0 commit comments