2 Commits

Author SHA1 Message Date
  Dylan Baker 4c972e6c98 0.2.1 4 years ago
  Dylan Baker b52e443418 Fix YAML exclusions 4 years ago
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      README.md
  2. 1
    1
      package-lock.json
  3. 1
    1
      package.json

+ 1
- 1
README.md View File

@@ -39,7 +39,7 @@ follows:
39 39
 |--------|-----------------------------------|
40 40
 | JSON   | `rangeEnd` , `filepath`, `parser` |
41 41
 | TOML   | `rangeEnd`, `filepath`, `parser`  |
42
-| YAML   | `rangeEnd`                        |
42
+| YAML   | `filepath`, `parser`  |
43 43
 
44 44
 ## License
45 45
 

+ 1
- 1
package-lock.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "prettier-default-config",
3
-  "version": "0.2.0",
3
+  "version": "0.2.1",
4 4
   "lockfileVersion": 1,
5 5
   "requires": true,
6 6
   "dependencies": {

+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "prettier-default-config",
3
-  "version": "0.2.0",
3
+  "version": "0.2.1",
4 4
   "description": "Generate a prettier config file with all the possible options and their default values",
5 5
   "bin": "index.js",
6 6
   "scripts": {

Loading…
Cancel
Save