Skip to content

Commit

Permalink
Upgrade lighthouse version (#214)
Browse files Browse the repository at this point in the history
* Upgrade lighthouse version
  • Loading branch information
andresz1 authored and denar90 committed Aug 5, 2019
1 parent 29f3bd1 commit 7bd28ff
Show file tree
Hide file tree
Showing 5 changed files with 2,051 additions and 1,037 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: node_js
matrix:
include:
- node_js: "8"
- node_js: "9"
- node_js: "10"
env: RUN_RECIPES=1
dist: trusty
cache:
Expand Down
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ declare var process: {
}
};

const opn = require('opn');
const opn = require('open');
const os = require('os');
const path = require('path');

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
"chrome-launcher": "^0.10.2",
"google-auth-library": "^0.10.0",
"googleapis": "^16.0.0",
"lighthouse": "^3.1.1",
"lighthouse": "^5.2.0",
"micro-promisify": "^0.1.1",
"readline-sync": "^1.4.6",
"yargs": "^6.6.0"
"yargs": "^6.6.0",
"open": "^6.4.0"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"typeRoots": [
"@types",
"node_modules/lighthouse/typings"
"node_modules/lighthouse/types"
],
"include": [
"lib/**/*.ts",
"node_modules/lighthouse/typings/*.d.ts"
"node_modules/lighthouse/types/*.d.ts"
]
}
Loading

0 comments on commit 7bd28ff

Please sign in to comment.