Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwch committed Jun 10, 2018
1 parent f3bc547 commit ae4ada4
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.mystrom-wifi-switch",
"version": "0.8.4",
"version": "0.9.0",
"description": "ioBroker mystrom wifi switch Adapter",
"author": {
"name": "rgwch",
Expand All @@ -25,17 +25,16 @@
"url": "https://github.com/rgwch/ioBroker.mystrom-wifi-switch"
},
"dependencies": {
"request":"^2.81.0"
"request": "^2.81.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-replace": "^0.9.3",
"grunt-contrib-jshint": "^0.11.2",
"grunt-jscs": "^2.0.0",
"grunt-http": "^1.6.0",
"mocha": "^2.3.4",
"chai": "^3.4.1"

"grunt": "^0.4.5",
"grunt-replace": "^0.9.3",
"grunt-contrib-jshint": "^0.11.2",
"grunt-jscs": "^2.0.0",
"grunt-http": "^1.6.0",
"mocha": "^2.3.4",
"chai": "^3.4.1"
},
"main": "mystrom-wifi-switch.js",
"scripts": {
Expand Down

0 comments on commit ae4ada4

Please sign in to comment.