|
@@ -6,8 +6,8 @@
|
|
|
"main": "index.js",
|
|
|
"scripts": {
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
- "win": "pkg ./src/app.js -t win -o ax-node",
|
|
|
- "linux": "pkg ./src/app.js -t linux -o ax-node"
|
|
|
+ "win": "pkg ./src/app.js -t win -o ax-node/app",
|
|
|
+ "linux": "pkg ./src/app.js -t linux -o ax-node/app"
|
|
|
},
|
|
|
"keywords": [],
|
|
|
"author": "",
|