From 174e84b06983979badd248a1b48cddf193667b57 Mon Sep 17 00:00:00 2001 From: dimapaloskin Date: Sat, 11 Mar 2017 12:59:38 +0300 Subject: [PATCH] use dist instead lib in example --- example/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/index.js b/example/index.js index d9d0fbf..5c12d00 100644 --- a/example/index.js +++ b/example/index.js @@ -1,4 +1,4 @@ -const chain = require('./../lib'); +const chain = require('./../dist'); const options = { micro: './app.js',