File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "scripts" : {
55 "install" : " scripts/install" ,
66 "start" : " scripts/start" ,
7- "test" : " echo \" Error: no test specified \" && exit 1 "
7+ "test" : " scripts/ test"
88 },
99 "author" : " Jesús Leganés Combarro \" piranna\" " ,
1010 "license" : " MIT" ,
1111 "peerDependencies" : {
1212 "nodeos-initramfs" : " ^0.0.0"
1313 },
14- "globalDependencies " : {
14+ "dependencies " : {
1515 "forever-monitor" : " piranna/forever-monitor" ,
1616 "forever" : " piranna/forever#starter" ,
17- "node-bin-getty" : " piranna /node-bin-getty" ,
17+ "node-bin-getty" : " netlovers /node-bin-getty" ,
1818 "nodeos-mount-usersfs" : " *" ,
1919 "logon" : " *"
2020 }
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+
4+ TOOLCHAIN=` pwd` /node_modules/nodeos-cross-toolchain
5+ TOOLS=$TOOLCHAIN /out
6+
7+ source $TOOLCHAIN /scripts/adjustEnvVars.sh || exit $?
You can’t perform that action at this time.
0 commit comments