Merge pull request #468 from kkirsche/patch-1

Remove moot `version` property from bower.json
This commit is contained in:
Keith Cirkel 2015-06-13 10:13:37 +01:00
commit 775281e138
2 changed files with 1 additions and 2 deletions

View file

@ -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-

View file

@ -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": [