Skip to content

Commit

Permalink
Remove usage of missing lib-cov dep for browserify
Browse files Browse the repository at this point in the history
  • Loading branch information
deanlandolt committed Jun 23, 2015
1 parent c39c619 commit fd1beae
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 +1 @@
module.exports = ((typeof process != 'undefined') && process.env.TEST_COV) ? require('./lib-cov/validators') : require('./lib/validators');
module.exports = require('./lib/validators');

0 comments on commit fd1beae

Please sign in to comment.