nexe: vbump and dependencies.

This commit is contained in:
RainbowDashDC
2015-05-01 13:29:42 -07:00
parent 2cfd10261a
commit 3dd5a2102f
6 changed files with 2 additions and 35 deletions
-17
View File
@@ -1,17 +0,0 @@
var nexe = require('nexe');
nexe.compile(
{
input: "./index.js",
output: "./out.exe",
nodeVersion: "latest",
nodeTempDir: "",
python: "C:\\Python27\\python.exe",
flags: true
},
function (err) {
if (err) {
console.log(err);
}
}
);
@@ -1 +0,0 @@
{ "head": "Success!" }
-7
View File
@@ -1,7 +0,0 @@
if(false) {
require('./not-found-file.json');
}
var out = require('./found-file.json');
console.log(out.head);
-2
View File
@@ -1,2 +0,0 @@
all:
nexe -i ./ -o ./hello-world.nex
-6
View File
@@ -1,6 +0,0 @@
{
"main": "./index.js",
"dependencies": {
"nexe": "*"
}
}