@w5s/eslint-config-ignore 1.4.0 → 1.6.0

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 +2 -2
package/dist/index.js CHANGED
@@ -253,7 +253,7 @@ async function eslintIgnores(options = {}) {
253
253
  const meta = Object.freeze({
254
254
  buildNumber: 1,
255
255
  name: "@w5s/eslint-config-ignore",
256
- version: "1.4.0"
256
+ version: "1.6.0"
257
257
  });
258
258
  //#endregion
259
259
  export { eslintIgnores as default, eslintIgnores, meta };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/eslint-config-ignore",
3
- "version": "1.4.0",
3
+ "version": "1.6.0",
4
4
  "description": "Shared ESLint ignore configuration generator",
5
5
  "keywords": [
6
6
  "eslint",
@@ -59,5 +59,5 @@
59
59
  "access": "public"
60
60
  },
61
61
  "sideEffect": false,
62
- "gitHead": "2d215d8f8c7c57653b9f0ef5674ffc2e7beeea5c"
62
+ "gitHead": "488ae0c9dcf081e3bf443c0cbc410a0fa8f10b12"
63
63
  }