Skip to content

Commit f146731

Browse files
Fix for webpack
The commands require should have .json otherwise it does not work in webpack.
1 parent 0761cfb commit f146731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
var commands = require('./commands')
3+
var commands = require('./commands.json')
44

55
/**
66
* Redis command list

0 commit comments

Comments
 (0)