@adbayb/stack 2.3.0 → 2.3.1

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 +2 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -168,7 +168,7 @@ const ESLINT_EXTENSIONS = [
168
168
  "mdx"
169
169
  ];
170
170
 
171
- var version = "2.3.0";
171
+ var version = "2.3.1";
172
172
 
173
173
  const VERSION = version;
174
174
 
@@ -545,8 +545,7 @@ const retrieveIgnoredFiles = async ()=>{
545
545
  return rawFiles.split(/\n/).filter(Boolean);
546
546
  };
547
547
  const PRESERVE_FILES = [
548
- "node_modules",
549
- ".turbo"
548
+ "node_modules"
550
549
  ];
551
550
 
552
551
  const checkTypes = async ()=>{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "publishConfig": {
6
6
  "access": "public"