Skip to content

Commit

Permalink
Task: Add missing index.
Browse files Browse the repository at this point in the history
  • Loading branch information
nspragg committed Feb 11, 2019
1 parent b53c0c5 commit 7736994
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 183 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
'use strict';

module.export = require('./lib/breaker');
182 changes: 0 additions & 182 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/http-transport-circuit-breaker",
"version": "1.0.0",
"version": "1.0.1",
"description": "Basic circuit breaker based on Levee.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7736994

Please sign in to comment.