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
2
modules/benchpress/index.dart
Normal file
2
modules/benchpress/index.dart
Normal file
@ -0,0 +1,2 @@
|
||||
library benchpress.index;
|
||||
//no dart implementation
|
2
modules/benchpress/index.ts
Normal file
2
modules/benchpress/index.ts
Normal file
@ -0,0 +1,2 @@
|
||||
require(require('traceur').RUNTIME_PATH);
|
||||
module.exports = require('./benchpress.js');
|
Loading…
x
Reference in New Issue
Block a user