Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgamerr committed Dec 30, 2021
1 parent 0cb3395 commit ec5e472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": {
"presets": [
["env", {
"targets": { "node": 7 }
"targets": { "node": 11 }
}],
"stage-0"
]
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"description": "Manga Hentai in e-hentai.org and exhentai.org downloader.",
"license": "ISC",
"main": "./dist/electron/main.js",
"engines" : { "node" : "=10.20.1" },
"engineStrict" : true,
"scripts": {
"build": "node .electron-vue/build.js && electron-builder",
"build:dir": "node .electron-vue/build.js && electron-builder --dir",
Expand Down

0 comments on commit ec5e472

Please sign in to comment.