You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When linting an existing App. Electron's current version is grabbed from https://atom.io/download/atom-shell/index.json.
From the JSON array, the first element is returned which must not be the recent version. Currently it's treating 1.3.7 as the current version because it's the first element in the array. Version 1.4.1 is the second one in the array.
So the lint-helpers should pay respect to the version property of each release listed in the array/
The text was updated successfully, but these errors were encountered:
When linting an existing App. Electron's current version is grabbed from
https://atom.io/download/atom-shell/index.json
.From the JSON array, the first element is returned which must not be the recent version. Currently it's treating
1.3.7
as the current version because it's the first element in the array. Version1.4.1
is the second one in the array.So the
lint-helpers
should pay respect to theversion
property of each release listed in the array/The text was updated successfully, but these errors were encountered: