pkg(node-15.10.0): update to match
This commit is contained in:
parent
81dd0acbd0
commit
6391120176
|
@ -1,11 +1,4 @@
|
|||
#!/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
|
||||
tar xf node.tar.xz --strip-components=1
|
||||
|
||||
cd ..
|
||||
mv build/bin/node output
|
||||
rm node.tar.xz
|
|
@ -2,6 +2,5 @@
|
|||
"language": "node",
|
||||
"version": "15.10.0",
|
||||
"author": "Martin Kos <martinkos007@gmail.com>",
|
||||
"dependencies": {},
|
||||
"aliases": ["node-javascript", "node-js", "javascript", "js"]
|
||||
}
|
Loading…
Reference in New Issue