Skip to content

Commit

Permalink
bump to v0.50.5
Browse files Browse the repository at this point in the history
  • Loading branch information
neophob committed May 23, 2018
1 parent fd55091 commit 0e7fdb2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 288 deletions.
4 changes: 2 additions & 2 deletions MIGRATION-0-50-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ const lifx = neeoapi.buildDevice('Smart Light')
- process.exit(1);
- });

+ module.exports = {
+ devices = [lifx]
+module.exports = {
+ devices: [lifx]
+}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1">
<title>NEEO SDK 0.50.3 &#8212; NEEO Brain SDK. For examples see https://github.com/NEEOInc/neeo-sdk-examples.</title>
<title>NEEO SDK 0.50.5 &#8212; NEEO Brain SDK. For examples see https://github.com/NEEOInc/neeo-sdk-examples.</title>
<meta name="description" content="NEEO Brain SDK. For examples see https://github.com/NEEOInc/neeo-sdk-examples.">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
Expand Down Expand Up @@ -163,7 +163,7 @@

<h1>
NEEO SDK
<small>0.50.3</small>
<small>0.50.5</small>
</h1>

<p>NEEO Brain SDK. For examples see https://github.com/NEEOInc/neeo-sdk-examples.</p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neeo-sdk",
"version": "0.50.3",
"version": "0.50.5",
"description": "NEEO Brain SDK. For examples see https://github.com/NEEOInc/neeo-sdk-examples.",
"repository": "https://github.com/NEEOInc/neeo-sdk",
"license": "MIT",
Expand Down
283 changes: 0 additions & 283 deletions test/unit/lib/device/index_test.js.orig

This file was deleted.

0 comments on commit 0e7fdb2

Please sign in to comment.