Update package.json

This commit is contained in:
Troplo 2022-08-03 19:37:11 +10:00
parent b533c3001b
commit 4599162060

View file

@ -1,6 +1,6 @@
{
"name": "colubrina",
"version": "1.0.13",
"version": "1.0.14",
"private": true,
"author": "Troplo <troplo@troplo.com>",
"build": {
@ -31,6 +31,7 @@
"postuninstall": "electron-builder install-app-deps"
},
"main": "./src/background.js",
"type": "module",
"repository": "https://github.com/Troplo/Colubrina",
"dependencies": {
"@babel/preset-env": "^7.17.10",