pkg(node-15.10.0): update to match

This commit is contained in:
Thomas Hobson 2021-03-06 19:31:02 +13:00
parent 81dd0acbd0
commit 6391120176
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
2 changed files with 1 additions and 9 deletions

View File

@ -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

View File

@ -2,6 +2,5 @@
"language": "node",
"version": "15.10.0",
"author": "Martin Kos <martinkos007@gmail.com>",
"dependencies": {},
"aliases": ["node-javascript", "node-js", "javascript", "js"]
}