mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 18:56:26 +02:00
pkg(node-15.10.0): update to match
This commit is contained in:
parent
81dd0acbd0
commit
6391120176
2 changed files with 1 additions and 9 deletions
9
packages/node-15.10.0/build.sh
vendored
9
packages/node-15.10.0/build.sh
vendored
|
@ -1,11 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
mkdir -p build output
|
|
||||||
|
|
||||||
cd build
|
|
||||||
|
|
||||||
curl "https://nodejs.org/dist/v15.10.0/node-v15.10.0-linux-x64.tar.xz" -o node.tar.xz
|
curl "https://nodejs.org/dist/v15.10.0/node-v15.10.0-linux-x64.tar.xz" -o node.tar.xz
|
||||||
tar xf node.tar.xz --strip-components=1
|
tar xf node.tar.xz --strip-components=1
|
||||||
|
rm node.tar.xz
|
||||||
cd ..
|
|
||||||
mv build/bin/node output
|
|
1
packages/node-15.10.0/metadata.json
vendored
1
packages/node-15.10.0/metadata.json
vendored
|
@ -2,6 +2,5 @@
|
||||||
"language": "node",
|
"language": "node",
|
||||||
"version": "15.10.0",
|
"version": "15.10.0",
|
||||||
"author": "Martin Kos <martinkos007@gmail.com>",
|
"author": "Martin Kos <martinkos007@gmail.com>",
|
||||||
"dependencies": {},
|
|
||||||
"aliases": ["node-javascript", "node-js", "javascript", "js"]
|
"aliases": ["node-javascript", "node-js", "javascript", "js"]
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue