Skip to content

Commit

Permalink
Merge pull request #468 from kkirsche/patch-1
Browse files Browse the repository at this point in the history
Remove moot `version` property from bower.json
  • Loading branch information
keithamus committed Jun 13, 2015
2 parents 084a419 + d6b892f commit 775281e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "chai",
"version": "3.0.0",
"description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 775281e

Please sign in to comment.