File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1+ module . exports = __dirname + '/out'
Original file line number Diff line number Diff line change 22 "name" : " nodeos-cross-toolchain" ,
33 "version" : " 0.0.1" ,
44 "description" : " Cross-toolchain to build NodeOS based on Compressed Linux From Scratch Embedded" ,
5- "main" : " ./out" ,
65 "bin" : {
76 "ar" : " bin/ar" ,
87 "as" : " bin/as" ,
2019 "scripts" : {
2120 "BigRedButton" : " scripts/BigRedButton" ,
2221 "build" : " scripts/preinstall && scripts/build && scripts/postinstall" ,
23- "install" : " prebuild --download https://github.com/NodeOS/nodeos-cross-toolchain/releases/download/v{version}/{platform}-{arch}.tar.gz" ,
22+ "install" : " prebuild-install --download https://github.com/NodeOS/nodeos-cross-toolchain/releases/download/v{version}/{platform}-{arch}.tar.gz || npm run build " ,
2423 "test" : " scripts/test" ,
2524 "unbuild" : " scripts/unbuild"
2625 },
3837 "author" : " Jesús Leganés Combarro \" piranna\" <piranna@gmail.com>" ,
3938 "license" : " MIT" ,
4039 "dependencies" : {
41- "prebuild" : " piranna/prebuild"
40+ "prebuild" : " piranna/prebuild-install#WIP_aux "
4241 },
4342 "devDpendencies" : {
4443 "download-manager" : " ^0.0.15" ,
You can’t perform that action at this time.
0 commit comments