azure-functions-core-tools
Advanced tools
Comparing version 2.0.1-beta.23 to 2.0.1-beta.23-1
@@ -51,3 +51,8 @@ #! /usr/bin/env node | ||
}) | ||
.on('close', () => installWorkers(installPath)); | ||
.on('close', () => { | ||
installWorkers(installPath) | ||
if (os.platform() === 'linux' || os.platform() === 'darwin') { | ||
fs.chmodSync(`${installPath}/func`, 755); | ||
} | ||
}); | ||
response.pipe(unzipStream); | ||
@@ -62,3 +67,3 @@ } else { | ||
console.error(chalk.red(err)); | ||
process.exit(1); | ||
process.exit(1) | ||
}); | ||
@@ -65,0 +70,0 @@ |
{ | ||
"name": "azure-functions-core-tools", | ||
"version": "2.0.1-beta.23", | ||
"description": "Azure Functions Core Tools", | ||
"scripts": { | ||
"build": "dotnet publish ../ -o ./npm/bin -c release", | ||
"postinstall": "node lib/install.js" | ||
}, | ||
"author": "Microsoft", | ||
"license": "MIT", | ||
"preferGlobal": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Azure/azure-functions-cli.git" | ||
}, | ||
"bin": { | ||
"func": "lib/main.js", | ||
"azfun": "lib/main.js", | ||
"azurefunctions": "lib/main.js" | ||
}, | ||
"os": [ | ||
"win32", | ||
"darwin", | ||
"linux" | ||
], | ||
"dependencies": { | ||
"chalk": "^2.1.0", | ||
"command-exists": "^1.2.2", | ||
"glob": "^7.1.2", | ||
"progress": "^2.0.0", | ||
"rimraf": "^2.6.1", | ||
"tmp": "^0.0.33", | ||
"unzipper": "^0.8.9" | ||
} | ||
"name": "azure-functions-core-tools", | ||
"version": "2.0.1-beta.23-1", | ||
"description": "Azure Functions Core Tools", | ||
"scripts": { | ||
"build": "dotnet publish ../ -o ./npm/bin -c release", | ||
"postinstall": "node lib/install.js" | ||
}, | ||
"author": "Microsoft", | ||
"license": "MIT", | ||
"preferGlobal": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Azure/azure-functions-cli.git" | ||
}, | ||
"bin": { | ||
"func": "lib/main.js", | ||
"azfun": "lib/main.js", | ||
"azurefunctions": "lib/main.js" | ||
}, | ||
"os": [ | ||
"win32", | ||
"darwin", | ||
"linux" | ||
], | ||
"dependencies": { | ||
"chalk": "^2.1.0", | ||
"command-exists": "^1.2.2", | ||
"glob": "^7.1.2", | ||
"progress": "^2.0.0", | ||
"rimraf": "^2.6.1", | ||
"tmp": "^0.0.33", | ||
"unzipper": "^0.8.9" | ||
} | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
12767
91
0