@guardian/eslint-config 2.0.2 → 2.0.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @guardian/eslint-config
2
2
 
3
+ ## 2.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 0f81c66: Fix incorrect output directories
8
+
3
9
  ## 2.0.2
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guardian/eslint-config",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "ESLint config for Guardian JavaScript projects",
5
5
  "homepage": "https://github.com/guardian/csnx/tree/main/libs/@guardian/eslint-config#readme",
6
6
  "bugs": {
@@ -24,5 +24,5 @@
24
24
  "access": "public"
25
25
  },
26
26
  "readme": "ERROR: No README data found!",
27
- "_id": "@guardian/eslint-config@2.0.2"
27
+ "_id": "@guardian/eslint-config@2.0.3"
28
28
  }