try and get travis to work by deleting lib cache

This commit is contained in:
hydrabolt
2015-08-26 10:41:46 +01:00
parent b12540238c
commit d3089c11ab
10 changed files with 0 additions and 2055 deletions

View File

@@ -1,8 +0,0 @@
"use strict";
var request = require("superagent");
var Endpoints = require("./endpoints.js");
var Client = require("./client.js");
exports.Endpoints = Endpoints;
exports.Client = Client;