Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
(fix) index.browser module
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed Apr 4, 2019
1 parent 4fd9322 commit 3c0914c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ergo-engine/index.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
* @module ergo-engine
*/

module.exports.Util = require('./lib/util.js');
module.exports.Engine = require('./lib/engine.js');
module.exports.EvalEngine = require('./lib/evalengine.js');
module.exports.version = require('./package.json');

0 comments on commit 3c0914c

Please sign in to comment.