Skip to content

Commit

Permalink
Merge pull request dynamoose#40 from jmather/remove-ref-to-lib-cov
Browse files Browse the repository at this point in the history
Remove reference to testing infrastructure to prevent warnings from javascript packagers
  • Loading branch information
brandongoode authored Oct 25, 2016
2 parents 8830547 + d507f4f commit d64c710
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 d64c710

Please sign in to comment.