mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
parent
779e8ac98f
commit
82007f1850
1 changed files with 7 additions and 4 deletions
11
package.json
11
package.json
|
|
@ -26,11 +26,11 @@
|
|||
"seamless-immutable": "6.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-cli": "6.10.1",
|
||||
"babel-core": "6.10.4",
|
||||
"babel-cli": "6.11.4",
|
||||
"babel-core": "6.11.4",
|
||||
"babel-eslint": "6.1.2",
|
||||
"babel-loader": "6.2.4",
|
||||
"babel-preset-es2015-native-modules": "6.9.0",
|
||||
"babel-preset-es2015-native-modules": "6.9.2",
|
||||
"babel-preset-react": "6.11.1",
|
||||
"electron-builder": "5.16.0",
|
||||
"electron-prebuilt": "1.3.0",
|
||||
|
|
@ -83,7 +83,10 @@
|
|||
"asar": false,
|
||||
"extend-info": "build/Info.plist",
|
||||
"linux": {
|
||||
"target": ["deb", "AppImage"]
|
||||
"target": [
|
||||
"deb",
|
||||
"AppImage"
|
||||
]
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue