From 8ba95a76208a2f26c6f6bfb6dd908ad997613008 Mon Sep 17 00:00:00 2001 From: lucasfcosta Date: Tue, 9 May 2017 19:44:30 -0300 Subject: [PATCH] Remove bump command to change lib/chai.js --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87fd49ba9..45116d717 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ chai.js: node_modules lib/* # define release - ./node_modules/.bin/bump -y --$(1) package.json lib/chai.js + ./node_modules/.bin/bump -y --$(1) package.json make chai.js git add --force chai.js lib/chai.js package.json bower.json npm ls --depth=-1 --long . --loglevel silent | head -1 | git commit -F-