This commit is contained in:
Mathias Buus 2015-04-12 01:36:42 -07:00
parent 008535029a
commit cb161234e5
2 changed files with 2 additions and 6 deletions

View file

@ -8,11 +8,7 @@ var fs = require('fs')
var platform = os.platform()
var arch = os.arch()
if (platform === 'win32') {
// 64-bit is not available under windows.
arch = 'ia32'
}
var version = '0.22.3'
var version = '0.23.0'
var filename = 'atom-shell-v' + version + '-' + platform + '-' + arch + '.zip'
var url = 'https://github.com/atom/atom-shell/releases/download/v' + version + '/atom-shell-v' + version + '-' + platform + '-' + arch + '.zip'

View file

@ -1,6 +1,6 @@
{
"name": "atom-shell",
"version": "0.22.3",
"version": "0.23.0",
"description": "Install atom-shell prebuilts using npm",
"repository": {
"type": "git",