Skip to content

Commit

Permalink
Remove a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Nov 17, 2021
1 parent 49c1c34 commit 22a7212
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"dotenv": "^8.2.0",
"fast-glob": "^3.2.7",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"performance-leaderboard": "^9.0.0",
"short-hash": "^1.0.0",
"speedlify-score": "^2.0.2"
Expand Down
1 change: 0 additions & 1 deletion run-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ require("dotenv").config();
const path = require("path");
const fs = require("fs").promises;
const shortHash = require("short-hash");
const fetch = require("node-fetch");
const fastglob = require("fast-glob");
const PerfLeaderboard = require("performance-leaderboard");

Expand Down

0 comments on commit 22a7212

Please sign in to comment.