rename to electron-prebuilt

This commit is contained in:
Max Ogden 2015-04-17 11:19:50 -07:00
parent cb161234e5
commit 698d0c5e70
8 changed files with 40 additions and 36 deletions

View file

@ -1,8 +1,8 @@
var tape = require('tape')
var atom = require('../')
var electron = require('../')
var fs = require('fs')
tape('has binary', function(t) {
t.ok(fs.existsSync(atom), 'atom-shell was downloaded')
t.ok(fs.existsSync(electron), 'electron was downloaded')
t.end()
})