2 Commitit

Tekijä SHA1 Viesti Päivämäärä
  Dylan Baker 4c972e6c98 0.2.1 4 vuotta sitten
  Dylan Baker b52e443418 Fix YAML exclusions 4 vuotta sitten
3 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 1
    1
      README.md
  2. 1
    1
      package-lock.json
  3. 1
    1
      package.json

+ 1
- 1
README.md Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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…
Peruuta
Tallenna