This commit is contained in:
Kuba Orlik 2021-10-25 21:44:34 +02:00
parent 7d063ad8fd
commit 51383ca07f
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "kdenlive",
"version": "0.0.1",
"version": "0.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "kdenlive",
"version": "0.0.1",
"version": "0.0.2",
"license": "ISC",
"dependencies": {
"zx": "^4.2.0"

View File

@ -1,6 +1,6 @@
{
"name": "kdenlive-ts",
"version": "0.0.1",
"version": "0.0.2",
"description": "Create kdenlive projects from within JS",
"main": "lib/index.js",
"scripts": {