fix(benchpress): add index to root of module

This is necessary when using require('benchpress') in node.
This commit is contained in:
Jeff Cross 2015-05-29 14:35:54 -07:00
parent e323c07ab9
commit 383f0a1f30
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
library benchpress.index;
//no dart implementation

View File

@ -0,0 +1,2 @@
require(require('traceur').RUNTIME_PATH);
module.exports = require('./benchpress.js');