Skip to content

Commit

Permalink
Prepare release 0.1.2
Browse files Browse the repository at this point in the history
- Cleaned dependencies
  • Loading branch information
roderm committed Feb 4, 2020
1 parent aa00c22 commit 26db0b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"manifest_version": 1,
"name": "Nanoleaf",
"short_name": "Nanoleaf",
"version": "0.1.1"
}
"version": "0.1.2"
}
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nanoleaf-adapter",
"display_name": "Nanoleaf",
"version": "0.1.1",
"version": "0.1.2",
"main": "main.js",
"description": "Adapter for Nanoleaf devices",
"keywords": [
Expand Down Expand Up @@ -42,10 +42,9 @@
"exec": "{nodeLoader} {path}"
},
"dependencies": {
"bonjour": "^3.5.0",
"color-convert": "^1.9.3",
"color-convert": "^2.0.1",
"node-ssdp": "^4.0.0",
"request": "^2.88.0",
"rxjs": "^6.3.3"
"rxjs": "^6.5.4"
}
}
}

0 comments on commit 26db0b0

Please sign in to comment.