mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 05:08:41 -09:00
ASAR is enabled by default, no need to set it (#2098)
This commit is contained in:
parent
2ce66662e1
commit
6bdb04db12
1 changed files with 0 additions and 2 deletions
|
|
@ -74,7 +74,6 @@
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "co.zeit.hyper",
|
"appId": "co.zeit.hyper",
|
||||||
"asar": true,
|
|
||||||
"extraResources": "./bin/yarn-standalone.js",
|
"extraResources": "./bin/yarn-standalone.js",
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": [
|
"target": [
|
||||||
|
|
@ -137,7 +136,6 @@
|
||||||
"uuid": "3.0.1"
|
"uuid": "3.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"asar": "0.13.0",
|
|
||||||
"ava": "0.17.0",
|
"ava": "0.17.0",
|
||||||
"babel-cli": "6.24.1",
|
"babel-cli": "6.24.1",
|
||||||
"babel-core": "6.25.0",
|
"babel-core": "6.25.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue