fix(benchpress): add index to root of module
This is necessary when using require('benchpress') in node.
This commit is contained in:
parent
e323c07ab9
commit
383f0a1f30
|
@ -0,0 +1,2 @@
|
|||
library benchpress.index;
|
||||
//no dart implementation
|
|
@ -0,0 +1,2 @@
|
|||
require(require('traceur').RUNTIME_PATH);
|
||||
module.exports = require('./benchpress.js');
|
Loading…
Reference in New Issue