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 7eb2df8 commit ad8ad99Copy full SHA for ad8ad99
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@visbot/webvsc-cli",
3
- "version": "0.3.1",
+ "version": "0.4.0",
4
"description": "CLI tool to batch-convert Winamp AVS presets into Webvs JSON",
5
"license": "MIT",
6
"contributors": [
@@ -9,7 +9,7 @@
9
],
10
"homepage": "https://github.com/idleberg/webvsc-cli#readme",
11
"main": "index.js",
12
- "types": "./src/types.d.ts",
+ "types": "./src/types.d.ts",
13
"bin": {
14
"webvsc": "./index.js"
15
},
0 commit comments