@sheplu/editorconfig 0.8.4 → 0.8.5

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/index.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -16,7 +16,6 @@ trim_trailing_whitespace = true
16
16
  insert_final_newline = true
17
17
  quote_type = single
18
18
  spaces_around_operators = true
19
-
20
19
  `;
21
20
 
22
21
  export function createEditorConfig(path = '.editorconfig') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheplu/editorconfig",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {