@adbayb/stack 0.0.0-next-2add8bc → 0.0.0-next-d3d6a87
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 +0 -4
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -327,7 +327,7 @@ const PRESERVE_FILES = [
|
|
|
327
327
|
];
|
|
328
328
|
|
|
329
329
|
var name = "@adbayb/stack";
|
|
330
|
-
var version = "0.0.0-next-
|
|
330
|
+
var version = "0.0.0-next-d3d6a87";
|
|
331
331
|
var description = "My opinionated JavaScript-based toolchain";
|
|
332
332
|
var publishConfig = {
|
|
333
333
|
access: "public"
|