Skip to content

Commit

Permalink
Merge pull request #967 from lucasfcosta/remove-lib-bump
Browse files Browse the repository at this point in the history
Remove bump command to change lib/chai.js
  • Loading branch information
vieiralucas committed May 10, 2017
2 parents 0825826 + 8ba95a7 commit 30a4451
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 30a4451

Please sign in to comment.