Skip to content

Commit 30a4451

Browse files
authored
Merge pull request #967 from lucasfcosta/remove-lib-bump
Remove bump command to change lib/chai.js
2 parents 0825826 + 8ba95a7 commit 30a4451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ chai.js: node_modules lib/*
2121
#
2222

2323
define release
24-
./node_modules/.bin/bump -y --$(1) package.json lib/chai.js
24+
./node_modules/.bin/bump -y --$(1) package.json
2525
make chai.js
2626
git add --force chai.js lib/chai.js package.json bower.json
2727
npm ls --depth=-1 --long . --loglevel silent | head -1 | git commit -F-

0 commit comments

Comments
 (0)