From f1467311ee72ee0c194dbddb81c5e87427b84c73 Mon Sep 17 00:00:00 2001 From: Sergey Yastrebov Date: Wed, 25 Jan 2017 11:09:33 +0300 Subject: [PATCH] Fix for webpack The commands require should have .json otherwise it does not work in webpack. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index dd97f12..8b58437 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,6 @@ 'use strict' -var commands = require('./commands') +var commands = require('./commands.json') /** * Redis command list