Skip to content

Commit

Permalink
Task: Upgrade dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nick spragg committed Jul 5, 2016
1 parent b3c9289 commit 0cded09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "filehound",
"version": "1.10.0",
"description": "Fluent interface for finding files",
"description": "Find files the easy way",
"main": "index.js",
"scripts": {
"lint": "eslint ./src",
Expand Down Expand Up @@ -41,9 +41,9 @@
"babel-core": "^6.10.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"coveralls": "^2.11.8",
"coveralls": "^2.11.9",
"eslint": "^3.0.0",
"istanbul": "^0.4.1",
"istanbul": "^0.4.4",
"mocha": "^2.3.0",
"sinon": "^1.17.4"
},
Expand Down

0 comments on commit 0cded09

Please sign in to comment.