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 bfb73ab commit 41ee959Copy full SHA for 41ee959
.release-it.json
@@ -7,6 +7,6 @@
7
"release": true
8
},
9
"npm": {
10
- "publish": false
+ "publish": true
11
}
12
package.json
@@ -1,11 +1,14 @@
1
{
2
"name": "@symfoni/vc-tools",
3
- "version": "0.0.33",
+ "version": "0.0.36",
4
"description": "",
5
"repository": {
6
"type": "git",
"url": "https://github.com/symfoni/vc-tools"
+ "publishConfig": {
+ "access": "public"
+ },
"type": "module",
13
"main": "./dist/index.js",
14
"types": "./dist/index.d.ts",
0 commit comments