Skip to content

Commit c1a59bd

Browse files
committed
fix missing script
1 parent b3d6940 commit c1a59bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ BABEL := ./node_modules/.bin/babel
33
THIS_FILE := $(lastword $(MAKEFILE_LIST))
44

55
BUILD_DIR := ./lib
6-
SOURCES := index.js filtered-list-bust.lua sorted-filtered-list.lua
6+
SOURCES := index.js filtered-list-bust.lua sorted-filtered-list.lua groupped-list.lua
77

88
$(BUILD_DIR)/%.js: %.js
99
$(BABEL) $*.js -d $@

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redis-filtered-sort",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Exports LUA script, which is able to perform multi filter operations, as well as sorts",
55
"main": "./lib",
66
"engine": {

0 commit comments

Comments
 (0)