spec-change
Advanced tools
Comparing version 1.6.2 to 1.6.3
@@ -36,8 +36,3 @@ #!/usr/bin/env node | ||
const deps = getDependsInFolder({ folder, fileMask, saveDepsFilename, time }) | ||
const depsWithMessage = { | ||
warning: | ||
'This is a machine-generated file, do not modify it manually. Use https://github.com/bahmutov/spec-change', | ||
...deps, | ||
} | ||
const depsStringified = JSON.stringify(depsWithMessage, null, 2) | ||
const depsStringified = JSON.stringify(deps, null, 2) | ||
console.log(depsStringified + '\n') |
{ | ||
"name": "spec-change", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "Computes specs to re-run when files change", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -162,2 +162,4 @@ const dependencyTree = require('dependency-tree') | ||
const fullInfo = { | ||
warning: | ||
'This is a machine-generated file, do not modify it manually. Use https://github.com/bahmutov/spec-change', | ||
folder: relativeFolder, | ||
@@ -164,0 +166,0 @@ fileMask, |
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
13197
218