Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Feb 11, 2014
1 parent c240f91 commit 698a25d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# gulp-cond [![NPM version](https://badge.fury.io/js/gulp-cond.png)](https://npmjs.org/package/gulp-cond) [![Build status](https://secure.travis-ci.org/nfroidure/gulp-cond.png)](https://travis-ci.org/nfroidure/gulp-cond)
# gulp-cond [![NPM version](https://badge.fury.io/js/gulp-cond.png)](https://npmjs.org/package/gulp-cond) [![Build status](https://secure.travis-ci.org/nfroidure/gulp-cond.png)](https://travis-ci.org/nfroidure/gulp-cond) [![Dependency Status](https://david-dm.org/nfroidure/gulp-cond.png)](https://david-dm.org/nfroidure/gulp-cond) [![devDependency Status](https://david-dm.org/nfroidure/gulp-cond/dev-status.png)](https://david-dm.org/nfroidure/gulp-cond#info=devDependencies)
> A ternary operator for [Gulp](http://gulpjs.com/).
## Usage
Expand Down
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -37,7 +37,9 @@
],
"devDependencies": {
"gulp-util": "~2.2.14",
"mocha": "~1.16.2",
"event-stream": "~3.0.20"
"mocha": "~1.17.1",
"event-stream": "~3.1.0",
"mocha-lcov-reporter": "0.0.1",
"coveralls": "~2.7.1"
}
}

0 comments on commit 698a25d

Please sign in to comment.