### Update

- version number
- updated voicemod dependency to point to an actual version rather then the HEAD of a branch
This commit is contained in:
2024-01-23 12:42:06 -05:00
parent b9df465090
commit 095ab387c6

View File

@@ -1,6 +1,6 @@
{
"name": "voicemod-api",
"version": "0.2.0",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"format": "prettier -w ."
@@ -12,7 +12,7 @@
},
"dependencies": {
"@companion-module/base": "~1.5.1",
"voicemod": "git+https://github.com/RavenX8/voicemod-api.git#companion-module-voicemod-api"
"voicemod": "git+https://github.com/RavenX8/voicemod-api.git#39a07b74e20e76d0ff5776f0768d1c934364a9fd"
},
"devDependencies": {
"@companion-module/tools": "^1.4.1"