Skip to content

Commit

Permalink
Cleaned up unused or outdated stuff
Browse files Browse the repository at this point in the history
Removed stuff that is left overs from when forking
  • Loading branch information
MiniGod committed Feb 17, 2016
1 parent 5a7889c commit 8d0c24d
Show file tree
Hide file tree
Showing 72 changed files with 4 additions and 1,227 deletions.
14 changes: 0 additions & 14 deletions CONTRIBUTORS

This file was deleted.

83 changes: 0 additions & 83 deletions HISTORY.md

This file was deleted.

10 changes: 0 additions & 10 deletions Makefile

This file was deleted.

11 changes: 2 additions & 9 deletions lib/client.js
Expand Up @@ -11,14 +11,8 @@ var net = require('net')
* Creates a Client object for making XML-RPC method calls.
*
* @constructor
* @param {Object|String} options - Server options to make the HTTP request to.
* Either a URI string
* (e.g. 'http://localhost:9090') or an object
* with fields:
* - {String} host - (optional)
* - {Number} port
* @param {Boolean} isSecure - True if using https for making calls,
* otherwise false.
* @param {Number} port
* @param {String} host (optional)
* @return {Client}
*/
function Client(port, host) {
Expand Down Expand Up @@ -220,4 +214,3 @@ Client.prototype.query = function(method, params) {
};

module.exports = Client;

1 change: 0 additions & 1 deletion lib/gbxremote.js
Expand Up @@ -5,7 +5,6 @@ var Client = require('./client');
*
* @param {Number} port
* @param {String} host
* @param {Function} callback
* @return {Client}
* @see Client
*/
Expand Down
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -39,11 +39,10 @@
"vows": "0.6.x"
},
"scripts": {
"test": "make test"
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=0.4",
"npm": ">=1.0.0"
"node": ">=0.10"
},
"licenses": [
{
Expand Down

0 comments on commit 8d0c24d

Please sign in to comment.