From 247cb7da9076d260fbfff3f3d7b960599b8c40cd Mon Sep 17 00:00:00 2001 From: Itai Steinherz Date: Sat, 25 May 2019 08:49:17 +0300 Subject: [PATCH] Fix incorrect path to main file in `example.js` (#150) --- example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.js b/example.js index fe72eac..c12b62f 100644 --- a/example.js +++ b/example.js @@ -1,5 +1,5 @@ 'use strict'; -const ow = require('./main'); +const ow = require('./dist/source'); const logError = fn => { try {