Skip to content

Commit

Permalink
Merge branch 'master' of github.com:automategreen/dynamoose
Browse files Browse the repository at this point in the history
  • Loading branch information
brandongoode committed Oct 25, 2016
2 parents 44b092c + d64c710 commit 5f8aadd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
exports = module.exports = process.env.TEST_COV ?
require('./lib-cov') :
require('./lib');
exports = module.exports = require('./lib');

0 comments on commit 5f8aadd

Please sign in to comment.