mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 19:27:55 +11:00
Update package.json
This commit is contained in:
parent
b533c3001b
commit
4599162060
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "colubrina",
|
"name": "colubrina",
|
||||||
"version": "1.0.13",
|
"version": "1.0.14",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": "Troplo <troplo@troplo.com>",
|
"author": "Troplo <troplo@troplo.com>",
|
||||||
"build": {
|
"build": {
|
||||||
|
@ -31,6 +31,7 @@
|
||||||
"postuninstall": "electron-builder install-app-deps"
|
"postuninstall": "electron-builder install-app-deps"
|
||||||
},
|
},
|
||||||
"main": "./src/background.js",
|
"main": "./src/background.js",
|
||||||
|
"type": "module",
|
||||||
"repository": "https://github.com/Troplo/Colubrina",
|
"repository": "https://github.com/Troplo/Colubrina",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/preset-env": "^7.17.10",
|
"@babel/preset-env": "^7.17.10",
|
||||||
|
|
Loading…
Reference in a new issue