seed-builder
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -8,3 +8,7 @@ const os = require('os'); | ||
switch(platform){ | ||
case "linux": return path.join(dir, "bin", "seed-linux") | ||
case "linux": | ||
const exec = require("child_process").execSync; | ||
const linuxPath = path.join(dir, "bin", "seed-linux") | ||
exec(`sudo chmod +x ${linuxPath}`) | ||
return linuxPath | ||
case "win32": return path.join(dir, "bin", "seed-windows.exe") | ||
@@ -11,0 +15,0 @@ } |
{ | ||
"name": "seed-builder", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Code generator library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Known malware
Supply chain riskThis package is malware. We have asked the package registry to remove it.
Found 1 instance in 1 package
42
19941887
1
6