Skip to content

Commit

Permalink
Remove bump command to change lib/chai.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcosta committed May 9, 2017
1 parent 0825826 commit 8ba95a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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-
Expand Down

0 comments on commit 8ba95a7

Please sign in to comment.