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 ac5c1f8 commit 72e9efdCopy full SHA for 72e9efd
bin/helpers/archiver.js
@@ -51,6 +51,8 @@ const archiveSpecs = (runSettings, filePath, excludeFiles) => {
51
Object.assign(packageJSON, runSettings.package_config_options);
52
}
53
54
+ if (!runSettings.npm_dependencies) runSettings.npm_dependencies = {}
55
+
56
if (typeof runSettings.npm_dependencies === 'object') {
57
Object.assign(packageJSON, {devDependencies: runSettings.npm_dependencies});
58
0 commit comments