From 3a6a4fc6872796f71db7db678f75122252a47e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvaro=20Cabrera=20Dur=C3=A1n?= <pateketrueke@gmail.com> Date: Wed, 23 Oct 2019 12:19:50 -0500 Subject: [PATCH] Use UMD for CLI; fix --- bin/gen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gen.js b/bin/gen.js index 728a5e30..4cdfd813 100755 --- a/bin/gen.js +++ b/bin/gen.js @@ -1,6 +1,6 @@ #!/usr/bin/env node -const jsf = require('../dist/bundle.js'); +const jsf = require('../dist/main.umd.js'); // FIXME: load faker/change on startup? -- GitLab