Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed May 6, 2016
1 parent 21b5502 commit b619184
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -26,15 +26,15 @@
"homepage": "https://github.com/webpack/watchpack",
"devDependencies": {
"coveralls": "^2.11.2",
"eslint": "^0.20.0",
"istanbul": "^0.3.13",
"eslint": "^2.9.0",
"istanbul": "^0.4.3",
"mocha": "^2.1.0",
"rimraf": "^2.2.8",
"should": "^6.0.1"
"should": "^8.3.1"
},
"dependencies": {
"async": "^0.9.0",
"chokidar": "^1.0.0",
"async": "2.0.0-rc.4",
"chokidar": "^1.4.3",
"graceful-fs": "^4.1.2"
}
}

0 comments on commit b619184

Please sign in to comment.