No need to store apm's version in index.json

This commit is contained in:
Cheng Zhao 2015-04-12 21:42:11 +08:00
Родитель 1027fe9991
Коммит 61100c9c0b
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -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) {