We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4317897 commit bc5f0d9Copy full SHA for bc5f0d9
lib/checks/preReleases.js
@@ -1,6 +1,6 @@
1
const { FatalError } = require("../errors");
2
3
-function checkForPreRelease(pkgJson) {
+function checkForPreRelease(pkgJson = {}) {
4
const {
5
dependencies = {},
6
devDependencies = {},
0 commit comments