letmeknow-cli 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/letmeknow.js +1 -0
  2. package/package.json +1 -1
package/bin/letmeknow.js CHANGED
@@ -248,6 +248,7 @@ async function copyDirectory(source, target, root, visited = new Set()) {
248
248
  if (info.isDirectory()) await copyDirectory(targetReal, targetPath, root, visited);
249
249
  else if (info.isFile()) await copyFile(targetReal, targetPath);
250
250
  }
251
+ visited.delete(sourceReal);
251
252
  }
252
253
 
253
254
  async function snapshotDirectory(root) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "letmeknow-cli",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "A live static preview with agent-readable form submissions.",
5
5
  "files": [
6
6
  "bin",