Skip to content

Commit

Permalink
deps versions bump
Browse files Browse the repository at this point in the history
  • Loading branch information
msn0 committed Jun 8, 2017
1 parent 9ec935c commit 4b4914e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const meow = require('meow');
const teti = require('./');
const ora = require('ora');
const Table = require('cli-table');
const oneLine = require('common-tags').oneLine;

const cli = meow(`
Usage
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
},
"homepage": "https://github.com/msn0/teti#readme",
"dependencies": {
"chrome-remote-interface": "^0.23.1",
"chrome-remote-interface": "^0.23.2",
"cli-table": "^0.3.1",
"lighthouse": "^2.0.0",
"lighthouse": "2.0.0",
"meow": "^3.7.0",
"ora": "^1.2.0",
"phantom": "^4.0.3",
"phantom": "^4.0.4",
"stats-mad": "^1.0.0",
"stats-mean": "^1.0.0",
"stats-median": "^1.0.0",
Expand Down

0 comments on commit 4b4914e

Please sign in to comment.