@beemo/config-constants
Advanced tools
Comparing version 0.0.1-alpha.0 to 0.0.1-alpha.1
@@ -6,4 +6,12 @@ # Change Log | ||
### 0.0.1-alpha.1 - 2021-04-21 | ||
**Note:** Version bump only for package @beemo/config-constants | ||
### 0.0.1-alpha.0 - 2021-04-20 | ||
**Note:** Version bump only for package @beemo/config-constants |
@@ -14,3 +14,3 @@ // Generated with Packemon: https://packemon.dev | ||
const IGNORE_LIST = ['node_modules/', 'build/', 'cjs/', 'dist/', 'esm/', 'lib/', 'mjs/']; // Globs for finding source files, test files, and test utility files | ||
const IGNORE_LIST = ['node_modules/', 'build/', 'cjs/', 'coverage/', 'dist/', 'esm/', 'lib/', 'mjs/']; // Globs for finding source files, test files, and test utility files | ||
@@ -17,0 +17,0 @@ const ALL_FILES_GLOB = '**/{src,tests,__tests__}/**/*.{ts,tsx}'; |
{ | ||
"name": "@beemo/config-constants", | ||
"version": "0.0.1-alpha.0", | ||
"version": "0.0.1-alpha.1", | ||
"description": "Reusable constants for Beemo configurations.", | ||
@@ -37,3 +37,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "343fc83d711b6aadf602047f4733ddadf8bb2b67" | ||
"gitHead": "da9d8f4f688f7a508c4e0d95881380f47d2120dd" | ||
} |
@@ -9,3 +9,12 @@ // Support consistent sorting across the board | ||
// Files and folders to always ignore | ||
export const IGNORE_LIST = ['node_modules/', 'build/', 'cjs/', 'dist/', 'esm/', 'lib/', 'mjs/']; | ||
export const IGNORE_LIST = [ | ||
'node_modules/', | ||
'build/', | ||
'cjs/', | ||
'coverage/', | ||
'dist/', | ||
'esm/', | ||
'lib/', | ||
'mjs/', | ||
]; | ||
@@ -12,0 +21,0 @@ // Globs for finding source files, test files, and test utility files |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6367
60