propagate-cli 1.9.54 → 1.9.56

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.
package/README.md CHANGED
@@ -159,4 +159,4 @@ It is worth repeating that if you decide to terminate the update process entirel
159
159
 
160
160
  ## Contact
161
161
 
162
- - james.smith@djalbat.com
162
+ * james.smith@djalbat.com
package/bin/configure.js CHANGED
@@ -46,6 +46,8 @@ function configure(command, argument, options, main) {
46
46
  argument = bottommostOldCurrentWorkingDirectoryName; ///
47
47
 
48
48
  command = PROPAGATE_COMMAND; ///
49
+ } else {
50
+ process.chdir(oldCurrentWorkingDirectoryPath);
49
51
  }
50
52
  }
51
53
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "propagate-cli",
3
3
  "author": "James Smith",
4
- "version": "1.9.54",
4
+ "version": "1.9.56",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/propagate-cli",
7
7
  "description": "Propagate updated packages throughout a project.",