mirror of
https://github.com/chaijs/chai
synced 2024-11-15 08:17:14 +00:00
Merge pull request #468 from kkirsche/patch-1
Remove moot `version` property from bower.json
This commit is contained in:
commit
775281e138
2 changed files with 1 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -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-
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue