Skip to content

Commit

Permalink
chore(deps) update busted from 2.0.rc13 to 2.0.0 (dev dependency)
Browse files Browse the repository at this point in the history
  • Loading branch information
bungle authored and dndx committed Nov 1, 2019
1 parent c1399ea commit b736c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OS := $(shell uname | awk '{print tolower($$0)}')
MACHINE := $(shell uname -m)

DEV_ROCKS = "busted 2.0.rc13" "luacheck 0.20.0" "lua-llthreads2 0.1.5"
DEV_ROCKS = "busted 2.0.0" "luacheck 0.20.0" "lua-llthreads2 0.1.5"
WIN_SCRIPTS = "bin/busted" "bin/kong"
BUSTED_ARGS ?= -v
TEST_CMD ?= bin/busted $(BUSTED_ARGS)
Expand Down

0 comments on commit b736c39

Please sign in to comment.