warning "A module may be missing from package.json""https://devcenter.heroku.com/articles/troubleshooting-node-deploys#ensure-you-aren-t-relying-on-untracked-dependencies"
warning "A module may be missing from 'dependencies' in package.json""https://devcenter.heroku.com/articles/troubleshooting-node-deploys#ensure-you-aren-t-relying-on-untracked-dependencies"
if["$NPM_CONFIG_PRODUCTION"=="true"];then
if["$NPM_CONFIG_PRODUCTION"=="true"];then
local devDeps=$(read_json "$BUILD_DIR/package.json"".devDependencies")
local devDeps=$(read_json "$BUILD_DIR/package.json"".devDependencies")
if["$devDeps"!=""];then
if["$devDeps"!=""];then
warning "A module may be specified in devDependencies instead of dependencies""https://devcenter.heroku.com/articles/nodejs-support#devdependencies"
warning "This module may be specified in 'devDependencies' instead of 'dependencies'""https://devcenter.heroku.com/articles/nodejs-support#devdependencies"