No need to store apm's version in index.json
This commit is contained in:
Родитель
1027fe9991
Коммит
61100c9c0b
|
@ -17,16 +17,10 @@ function getDate() {
|
|||
return year + '-' + month + '-' + day;
|
||||
}
|
||||
|
||||
function getApmVersion() {
|
||||
var package = require(path.resolve(__dirname, '..', 'package.json'));
|
||||
return package.devDependencies['atom-package-manager'];
|
||||
}
|
||||
|
||||
function getInfoForCurrentVersion() {
|
||||
var json = {};
|
||||
json.version = process.versions['atom-shell'];
|
||||
json.date = getDate();
|
||||
json.apm = getApmVersion();
|
||||
|
||||
var names = ['node', 'v8', 'uv', 'zlib', 'openssl', 'modules', 'chrome']
|
||||
for (var i in names) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче