Skip to content

Commit

Permalink
explicit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed May 31, 2018
1 parent fd8d158 commit 428eb74
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "redmatic",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "Node-RED packaged as Homematic CCU addon",
"repository": "github:hobbyquaker/ccu-addon-node-red",
"private": true,
"main": "none",
"dependencies": {
"npm": "*",
"node-red": "latest",
"node-red-admin": "latest",
"node-red-dashboard": "latest",
"node-red-contrib-ccu": "latest",
"node-red-contrib-combine": "latest",
"node-red-contrib-mqtt-json": "latest"
"npm": "5.6.0",
"node-red": "0.18.7",
"node-red-admin": "0.1.3",
"node-red-dashboard": "2.9.4",
"node-red-contrib-ccu": "0.2.0",
"node-red-contrib-combine": "1.2.0",
"node-red-contrib-mqtt-json": "1.0.1"
},
"scripts": {
"test": "exit 0"
Expand Down

0 comments on commit 428eb74

Please sign in to comment.