Skip to content

Commit

Permalink
Removes time-require for reasons stated in #2129
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Dec 19, 2021
1 parent 17a1867 commit d68dcbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions cmd.js
Expand Up @@ -11,10 +11,6 @@ require("please-upgrade-node")(pkg, {
});
const debug = require("debug")("Eleventy:cmd");

if (process.env.DEBUG) {
require("time-require");
}

const EleventyErrorHandler = require("./src/EleventyErrorHandler");

try {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -123,7 +123,6 @@
"pug": "^3.0.2",
"recursive-copy": "^2.0.13",
"semver": "^7.3.5",
"slugify": "^1.6.4",
"time-require": "^0.1.2"
"slugify": "^1.6.4"
}
}

0 comments on commit d68dcbf

Please sign in to comment.