@w5s/cspell-config 1.0.1 → 1.0.2

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.
@@ -6,6 +6,7 @@ circleci
6
6
  CODEOWNERS
7
7
  commitlint
8
8
  datasource
9
+ datasources
9
10
  editorconfig
10
11
  esbuild
11
12
  esnext
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/cspell-config",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "CSpell configuration presets",
5
5
  "keywords": [
6
6
  "cspell"
@@ -73,5 +73,5 @@
73
73
  "publishConfig": {
74
74
  "access": "public"
75
75
  },
76
- "gitHead": "29d1aa4b31962b7ff3cf846b3fc374b5e2c2ecc2"
76
+ "gitHead": "968f8091e45a79902a341b3d40c0480bfb6982db"
77
77
  }