From c1b3bd40f3e2cf04a1b534f616ad6dc3d79a1e55 Mon Sep 17 00:00:00 2001 From: Tim Kendall Date: Wed, 23 Jun 2021 13:05:06 -0700 Subject: [PATCH] Reference correct module in bin script --- bin/index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/index b/bin/index index c96f9f8..56f9b06 100755 --- a/bin/index +++ b/bin/index @@ -1,2 +1,2 @@ #!/usr/bin/env node -require('../dist/Cli.js') \ No newline at end of file +require('../dist/CLI.js') \ No newline at end of file