Revert "Bump v5.0.0-nightly.20190118"

This reverts commit 5e5c71e1d7.
This commit is contained in:
Electron Bot 2019-01-18 12:46:16 -08:00
Родитель 5e5c71e1d7
Коммит cd91440e47
6 изменённых файлов: 30 добавлений и 9 удалений

Просмотреть файл

@ -1 +1 @@
5.0.0-nightly.20190118
5.0.0-nightly.20190110

Просмотреть файл

@ -17,9 +17,9 @@
<key>CFBundleIconFile</key>
<string>electron.icns</string>
<key>CFBundleVersion</key>
<string>5.0.0-nightly.20190118</string>
<string>5.0.0-nightly.20190110</string>
<key>CFBundleShortVersionString</key>
<string>5.0.0-nightly.20190118</string>
<string>5.0.0-nightly.20190110</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>

Просмотреть файл

@ -50,8 +50,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,0,0,20190118
PRODUCTVERSION 5,0,0,20190118
FILEVERSION 5,0,0,20190110
PRODUCTVERSION 5,0,0,20190110
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L

Просмотреть файл

@ -9,7 +9,7 @@
#define ATOM_MINOR_VERSION 0
#define ATOM_PATCH_VERSION 0
// clang-format off
#define ATOM_PRE_RELEASE_VERSION -nightly.20190118
#define ATOM_PRE_RELEASE_VERSION -nightly.20190110
// clang-format on
#ifndef ATOM_STRINGIFY

23
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "electron",
"version": "5.0.0-nightly.20190118",
"version": "5.0.0-nightly.20190110",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -5297,6 +5297,12 @@
"integrity": "sha512-lIbgIIQA3lz5XaB6vxakj6sDHADJiZadYEJB+FgA+C4nubM1NwcuvUr9EJPmnH1skZqpqUzWborWo8EIUi0Sdw==",
"dev": true
},
"html-entities": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.2.1.tgz",
"integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=",
"dev": true
},
"htmlescape": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/htmlescape/-/htmlescape-1.1.1.tgz",
@ -7267,6 +7273,12 @@
"minimatch": "^3.0.2"
}
},
"node-fetch": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.1.2.tgz",
"integrity": "sha1-q4hOjn5X44qUR1POxwb3iNF2i7U=",
"dev": true
},
"node-version": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/node-version/-/node-version-1.1.3.tgz",
@ -8403,6 +8415,15 @@
}
}
},
"recursive-readdir": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz",
"integrity": "sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==",
"dev": true,
"requires": {
"minimatch": "3.0.4"
}
},
"redent": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "electron",
"version": "5.0.0-nightly.20190118",
"version": "5.0.0-nightly.20190110",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {
@ -70,4 +70,4 @@
"@electron/internal/(.+)": "./lib/$1"
}
}
}
}