Skip to content

Commit

Permalink
add node-red-contrib-mysensors (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Feb 19, 2019
1 parent b230acf commit c4914b4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions addon_files/redmatic/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"node-red-node-sqlite": "0.3.6",
"node-red-contrib-smartmeter": "0.2.0",
"node-red-contrib-modbus": "4.1.1",
"node-red-contrib-mysensors": "3.2.0",
"redmatic-homekit": "1.9.1"
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"node-red-node-serialport": "0.7.0",
"node-red-contrib-sun-position": "0.2.4",
"node-red-contrib-smartmeter": "0.2.0",
"node-red-contrib-modbus": "4.1.1"
"node-red-contrib-modbus": "4.1.1",
"node-red-contrib-mysensors": "3.2.0"
},
"author": "Sebastian Raff <hobbyquaker@gmail.com>",
"license": "Apache-2.0",
Expand Down
4 changes: 3 additions & 1 deletion prebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cat addon_files/redmatic/lib/package.json | jq 'del(.dependencies.npm,.dependenc

scp $DEST/package.json $REMOTE:$REMOTE_PATH

ssh -t $REMOTE "cd $REMOTE_PATH ; npm install --global-style"
#ssh -t $REMOTE "cd $REMOTE_PATH ; npm install --global-style --unsafe-perm"

rm -r ${DEST}/lib/node_modules

Expand All @@ -20,3 +20,5 @@ while read -r binary; do
mkdir -p ${dest}
scp -q ${from} ${dest} && echo "${binary}"
done <<< "$files"

git add $DEST/lib
Binary file not shown.
Binary file not shown.

0 comments on commit c4914b4

Please sign in to comment.