Skip to content

Commit

Permalink
Remove moot version property bump from Makefile
Browse files Browse the repository at this point in the history
Makefile
  • Loading branch information
kkirsche committed Jun 12, 2015
1 parent c796624 commit d6b892f
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
Expand Up @@ -21,7 +21,7 @@ chai.js: node_modules lib/*
#

define release
./node_modules/.bin/bump -y --$(1) *.json lib/chai.js
./node_modules/.bin/bump -y --$(1) package.json lib/chai.js
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 d6b892f

Please sign in to comment.