Skip to content

Commit

Permalink
exportable func
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnfeldman committed Apr 15, 2016
1 parent 033bfa3 commit 8bb2b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

const configure = require('./cli/lib/configure')()
const gateway = require('./cli/lib/configure')()
const gateway = require('./cli/lib/gateway')()
const cert = require('./cli/lib/cert')();
const configurePrivate = require('./cli/lib/private')();
const token = require('./cli/lib/token')();
Expand Down

0 comments on commit 8bb2b53

Please sign in to comment.