@sheplu/editorconfig 0.8.5 → 0.8.7

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 (3) hide show
  1. package/README.md +4 -0
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -118,3 +118,7 @@ npx @sheplu/editorconfig --mode=diff
118
118
  - [ ] Add tests and CI examples
119
119
 
120
120
  Additional properties can be found on the [editorconfig wiki](https://github.com/editorconfig/editorconfig/wiki/editorconfig-properties).
121
+
122
+ ## Documentation
123
+
124
+ [Editorconfig documentation](https://github.com/editorconfig/editorconfig/wiki/editorconfig-properties)
package/index.js CHANGED
@@ -53,7 +53,7 @@ function main() {
53
53
  compareEditorConfig(path);
54
54
  }
55
55
  else {
56
- console.error('invalide commande');
56
+ console.error('invalid commande');
57
57
  }
58
58
  };
59
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheplu/editorconfig",
3
- "version": "0.8.5",
3
+ "version": "0.8.7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {