Skip to content

Commit

Permalink
Merge pull request #50 from puzzle-js/couchbase-remove
Browse files Browse the repository at this point in the history
Warden instance as default export
  • Loading branch information
Acanguven committed May 29, 2019
2 parents 7d5364b + 1cbc5ca commit 306ba96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puzzle-warden",
"version": "1.7.0",
"version": "1.7.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down
4 changes: 1 addition & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ const requestManager = new RequestManager(streamFactory, tokenizer);
const warden = new Warden(requestManager, requestWrapper, cacheFactory);


export = {
warden
};
export = warden;

0 comments on commit 306ba96

Please sign in to comment.