Skip to content

Commit

Permalink
feat: v7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
okhiroyuki committed Feb 20, 2021
1 parent 3bf28fb commit 335aa8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.1.1",
"version": "0.1.2",
"description": "RedMobile Custom Module Generator",
"main": "main.js",
"scripts": {
"serve": "node ./node_modules/node-red/red.js",
"build": "node main.js"
},
"dependencies": {
"@red-mobile/red-mobile-nodes": "^2.7.0",
"@red-mobile/red-mobile-nodes": "^2.7.1",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
Expand All @@ -19,7 +19,7 @@
"node-red": "^1.2.9",
"node-red-contrib-image-output": "^0.6.3",
"node-red-contrib-string": "^1.0.0",
"node-red-dashboard": "^2.28.0",
"node-red-dashboard": "^2.28.1",
"node-red-node-base64": "^0.2.1",
"node-red-node-email": "^1.8.3",
"qs": "^6.9.6",
Expand Down

0 comments on commit 335aa8f

Please sign in to comment.