mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
Update nodejs-lts to version 6.10.2
This commit is contained in:
parent
aacea61fc6
commit
6d4302c6e1
@ -1,20 +1,25 @@
|
|||||||
{
|
{
|
||||||
"homepage": "http://nodejs.org",
|
"homepage": "http://nodejs.org",
|
||||||
"version": "6.10.1",
|
"version": "6.10.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://nodejs.org/dist/v6.10.1/node-v6.10.1-x64.msi",
|
"url": "https://nodejs.org/dist/v6.10.2/node-v6.10.2-x64.msi",
|
||||||
"hash": "e9fd4ff49700ece923e6e0d9b9013abc1ce65c3ed3a5810d166a0e05a911c2d4"
|
"hash": "4d0a8b82649dc38f606b400006a2ab2d3585b65c44b4f5b71621444b3c3f7754"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://nodejs.org/dist/v6.10.1/node-v6.10.1-x86.msi",
|
"url": "https://nodejs.org/dist/v6.10.2/node-v6.10.2-x86.msi",
|
||||||
"hash": "868a96e012222ce95c732d4e2c97d0349f8fefbd889af690cf6d2278d6844932"
|
"hash": "bc1febcfd2e8fbaf6bdcd06c1eeee5d33ae61ae37f74e84392ea3b46da5ea550"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "nodejs",
|
"extract_dir": "nodejs",
|
||||||
"persist": [ "bin" ],
|
"persist": [
|
||||||
"env_add_path": [ ".", "bin" ],
|
"bin"
|
||||||
|
],
|
||||||
|
"env_add_path": [
|
||||||
|
".",
|
||||||
|
"bin"
|
||||||
|
],
|
||||||
"post_install": "
|
"post_install": "
|
||||||
# Set npm prefix to install modules inside bin
|
# Set npm prefix to install modules inside bin
|
||||||
Set-Content -Value \"prefix=$dir\\bin\" -Path $dir\\node_modules\\npm\\npmrc",
|
Set-Content -Value \"prefix=$dir\\bin\" -Path $dir\\node_modules\\npm\\npmrc",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user