@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 CHANGED
@@ -19,10 +19,6 @@
19
19
 
20
20
  <br>
21
21
 
22
- ```ts
23
- console.log("hello");
24
- ```
25
-
26
22
  ## 🚀 Usage
27
23
 
28
24
  This section introduces the `stack` essentials by walking through its main commands:
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-2add8bc";
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"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "0.0.0-next-2add8bc",
3
+ "version": "0.0.0-next-d3d6a87",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "publishConfig": {
6
6
  "access": "public"