Skip to content

Commit 9f68e04

Browse files
committed
main logic
1 parent 8a01a23 commit 9f68e04

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require('./lib/main.js');
1+
module.exports = require('./lib/main');

lib/main.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/**
2+
* Module dependencies.
3+
*/
4+
var Strategy = require('./strategy');
5+
6+
7+
/**
8+
* Framework version.
9+
*/
10+
require('pkginfo')(module, 'version');
11+
12+
/**
13+
* Expose constructors.
14+
*/
15+
exports.Strategy = Strategy;

0 commit comments

Comments
 (0)