Skip to content

Commit 0e944d5

Browse files
authored
Merge pull request #6 from CrazySquirrel/patch-1
Fix for webpack
2 parents 0761cfb + f146731 commit 0e944d5

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)