Skip to content

Commit

Permalink
Force bump dependencies
Browse files Browse the repository at this point in the history
npm is buggy, so doing this just to be sure.
  • Loading branch information
sindresorhus committed Feb 11, 2018
1 parent 678152c commit b55dd79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -41,14 +41,14 @@
"text"
],
"dependencies": {
"ansi-styles": "^3.1.0",
"ansi-styles": "^3.2.0",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.0.0"
"supports-color": "^5.2.0"
},
"devDependencies": {
"ava": "*",
"coveralls": "^3.0.0",
"execa": "^0.8.0",
"execa": "^0.9.0",
"import-fresh": "^2.0.0",
"matcha": "^0.7.0",
"nyc": "^11.0.2",
Expand Down

0 comments on commit b55dd79

Please sign in to comment.