diff options
Diffstat (limited to 'recipes-devtools/node-red')
-rw-r--r-- | recipes-devtools/node-red/node-red_0.15.3.bb (renamed from recipes-devtools/node-red/node-red_0.11.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/node-red/node-red_0.11.1.bb b/recipes-devtools/node-red/node-red_0.15.3.bb index a29524d..940b5bd 100644 --- a/recipes-devtools/node-red/node-red_0.11.1.bb +++ b/recipes-devtools/node-red/node-red_0.15.3.bb @@ -14,7 +14,7 @@ S = "${WORKDIR}" do_install() { # npm install locally - oe_runnpm install --prefix ./ node-red@0.11.1 + oe_runnpm install --prefix ./ node-red@0.15.3 # npm install more stuff oe_runnpm install --prefix./node_modules/node-red nodemailer |