node-editorconfig 1.2.1 → 1.2.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.
Files changed (2) hide show
  1. package/.editorconfig +2 -2
  2. package/package.json +1 -1
package/.editorconfig CHANGED
@@ -3,10 +3,10 @@
3
3
  # https://www.npmjs.com/package/node-editorconfig
4
4
  #
5
5
  # To generate this file:
6
- # $ npx node-editorconfig
6
+ # $ npx node-editorconfig@latest
7
7
  #
8
8
  # To update this file:
9
- # $ npx node-editorconfig --overwrite
9
+ # $ npx node-editorconfig@latest --overwrite
10
10
  #
11
11
  # References:
12
12
  # http://editorconfig.org/ (Official Site)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-editorconfig",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "A generic .editorconfig for Node JS projects. $ npm i -g node-editorconfig ; node-editorconfig",
5
5
  "bin": {
6
6
  "node-editorconfig": "./copy-editorconfig-to-cwd.js"