@adbayb/stack 0.0.0-next-c2ead0b → 0.0.0-next-b891d6c

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -167,7 +167,7 @@ const ESLINT_EXTENSIONS = [
167
167
  "mdx"
168
168
  ];
169
169
 
170
- var version = "0.0.0-next-c2ead0b";
170
+ var version = "0.0.0-next-b891d6c";
171
171
 
172
172
  const createWatchCommand = (program)=>{
173
173
  program.command({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "0.0.0-next-c2ead0b",
3
+ "version": "0.0.0-next-b891d6c",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "publishConfig": {
6
6
  "access": "public"