Skip to content

Commit c58ba90

Browse files
author
Eli Marschner
committedSep 23, 2013
remove deprecated reference to "./coverage"
1 parent 9089561 commit c58ba90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎index.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ globals.forEach(function(global) {
1010
events = require('microee');
1111
_ = require('underscore');
1212

13-
module.exports = triflow = (typeof process != 'undefined' &&
14-
process.env && process.env.NODE_COVERAGE ?
15-
require("./coverage") : require("./src"));
13+
module.exports = triflow = require("./src");
1614

1715
globals.forEach(function(global) {
1816
if (global in globalValues) self[global] = globalValues[global];

0 commit comments

Comments
 (0)
Please sign in to comment.