helpful-cli
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -27,3 +27,3 @@ const _ = require('lodash'); | ||
'bs.config.js': utils.has(input.deps.jsDev, 'browser-sync'), | ||
'rollup.config.js': utils.has(inputs.deps.jsDev, 'rollup', true), | ||
'rollup.config.js': utils.has(input.deps.jsDev, 'rollup', true), | ||
Procfile: (input.targetEnv === 'foreman'), | ||
@@ -30,0 +30,0 @@ Dockerfile: (input.targetEnv === 'docker'), |
{ | ||
"name": "helpful-cli", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Command line utility for the Helpful Human team.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33568