mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Update deps for new squirrel
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"dugite": "^1.45.0",
|
||||
"electabul": "~0.0.4",
|
||||
"electron-docs-linter": "^2.3.4",
|
||||
"electron-typescript-definitions": "^1.3.0",
|
||||
"electron-typescript-definitions": "1.3.1",
|
||||
"github": "^9.2.0",
|
||||
"husky": "^0.14.3",
|
||||
"minimist": "^1.2.0",
|
||||
|
||||
@@ -8,7 +8,7 @@ from lib.config import get_target_arch
|
||||
from lib.util import safe_mkdir, rm_rf, extract_zip, tempdir, download
|
||||
|
||||
|
||||
VERSION = 'v1.2.2'
|
||||
VERSION = 'v1.3.0'
|
||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||
FRAMEWORKS_URL = 'http://github.com/electron/electron-frameworks/releases' \
|
||||
'/download/' + VERSION
|
||||
|
||||
Reference in New Issue
Block a user