Skip to content

Commit

Permalink
fix: package
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed Nov 14, 2023
1 parent 1b639ce commit 9064979
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lighthouse-plugin-ecoindex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@
"release": "release-it"
},
"devDependencies": {
"lighthouse": "^11.3.0",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"release-it": "*"
},
"dependencies": {
"ecoindex": "^1.0.5",
"lodash.round": "^4.0.4",
"yargs": "^17.7.2"
"yargs": "^17.7.2",
"lighthouse": "^11.3.0",
"puppeteer": "^21.5.1"
}
}

0 comments on commit 9064979

Please sign in to comment.