@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.
- package/dist/index.js +2 -3
- 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.
|
|
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 ()=>{
|