nexe: vbump and dependencies.
This commit is contained in:
@@ -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!" }
|
||||
@@ -1,7 +0,0 @@
|
||||
if(false) {
|
||||
require('./not-found-file.json');
|
||||
}
|
||||
|
||||
var out = require('./found-file.json');
|
||||
|
||||
console.log(out.head);
|
||||
@@ -1,2 +0,0 @@
|
||||
all:
|
||||
nexe -i ./ -o ./hello-world.nex
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"main": "./index.js",
|
||||
"dependencies": {
|
||||
"nexe": "*"
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -2,7 +2,7 @@
|
||||
"author": "Craig Condon <craig.j.condon@gmail.com>",
|
||||
"name": "nexe",
|
||||
"description": "Roll node.js applications into a single executable",
|
||||
"version": "0.3.7",
|
||||
"version": "0.3.8",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/crcn/nexe.git"
|
||||
@@ -12,7 +12,7 @@
|
||||
"async": "^0.9.0",
|
||||
"builtins": "1.0.1",
|
||||
"colors": "^1.0.3",
|
||||
"glob": "^4.4.0",
|
||||
"glob": "^5.0.5",
|
||||
"mkdirp": "^0.5.0",
|
||||
"module-deps": "^3.6.4",
|
||||
"ncp": "^2.0.0",
|
||||
|
||||
Reference in New Issue
Block a user