Skip to content

Commit

Permalink
Trying to resolve #64 and #54
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Dec 15, 2015
1 parent 1fcd663 commit cca8c67
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ telldus - Node bindings for telldus-core
[![npm version](https://badge.fury.io/js/telldus.svg)](https://badge.fury.io/js/telldus)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md)

Latest release is 0.0.11, available at npm using ```npm install telldus```
Latest release is 0.0.12, available at npm using ```npm install telldus```

Note: Support for Node 0.10 and 0.11 is moved to a separate brach and package, available through ```npm install telldus-legacy```

Expand Down
1 change: 0 additions & 1 deletion lib/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ var util = require('util');

var errors = module.exports = {};


errors.TelldusError = function (options) {
this.name = 'TelldusError';

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": "telldus",
"version": "0.0.11",
"version": "0.0.12",
"description": "node wrapper for telldus-core, based on telldus-core-js",
"keywords": [
"telldus",
Expand Down
Loading

0 comments on commit cca8c67

Please sign in to comment.