@snappedly-tools/shipyard 0.9.0 → 0.9.1-staging.36234719249
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/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -2387,7 +2387,7 @@ var runnerCommand = Command.make(
|
|
|
2387
2387
|
purgeRunnerCommand
|
|
2388
2388
|
])
|
|
2389
2389
|
);
|
|
2390
|
-
var VERSION = "0.9.
|
|
2390
|
+
var VERSION = "0.9.1-staging.36234719249" ;
|
|
2391
2391
|
var SHIPYARD_PACKAGE_NAME = "@snappedly-tools/shipyard";
|
|
2392
2392
|
var isMissingPath = (error) => error !== null && typeof error === "object" && "code" in error && error.code === "ENOENT";
|
|
2393
2393
|
var lstatIfPresent = async (path) => {
|