This commit is contained in:
Quang Lam 2020-05-16 21:41:02 +07:00
parent 4534b60366
commit 16cb98e63c
3 changed files with 12 additions and 2 deletions

10
.babelrc Normal file
View file

@ -0,0 +1,10 @@
{
"presets": [
["env", {
"targets": {
"electron": "8"
}
}],
"react"
]
}

View file

@ -19,7 +19,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
url: "https://singleboxapp.com" # the base hostname & protocol for your site, e.g. http://example.com url: "https://singleboxapp.com" # the base hostname & protocol for your site, e.g. http://example.com
# Custom # Custom
singlebox_version: 3.6.0 singlebox_version: 3.6.1
# Build settings # Build settings
markdown: kramdown markdown: kramdown

View file

@ -1,7 +1,7 @@
{ {
"name": "Singlebox", "name": "Singlebox",
"description": "All Your Apps in One Single Window", "description": "All Your Apps in One Single Window",
"version": "3.6.0", "version": "3.6.1",
"engines": { "engines": {
"node": ">=12.0.0 <13.0.0" "node": ">=12.0.0 <13.0.0"
}, },