node-editorconfig 1.2.0 → 1.2.1

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.
package/.editorconfig CHANGED
@@ -2,6 +2,12 @@
2
2
  # https://github.com/webextensions/node-editorconfig
3
3
  # https://www.npmjs.com/package/node-editorconfig
4
4
  #
5
+ # To generate this file:
6
+ # $ npx node-editorconfig
7
+ #
8
+ # To update this file:
9
+ # $ npx node-editorconfig --overwrite
10
+ #
5
11
  # References:
6
12
  # http://editorconfig.org/ (Official Site)
7
13
  # http://editorconfig.org/#download (Plugins)
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 16.13.1
1
+ 16.14.0
package/README.md CHANGED
@@ -34,7 +34,7 @@ $ npx node-editorconfig --overwrite
34
34
 
35
35
  * Priyank Parashar - [GitHub](https://github.com/paras20xx) | [Twitter](https://twitter.com/paras20xx) | [LinkedIn](https://linkedin.com/in/ParasharPriyank/)
36
36
 
37
- ## Connect to us
37
+ ## Connect with us
38
38
 
39
39
  * https://www.webextensions.org/
40
40
  * [GitHub](https://github.com/webextensions/live-css-editor)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-editorconfig",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
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"
@@ -17,7 +17,7 @@
17
17
  "cp-file": "^9.1.0"
18
18
  },
19
19
  "devDependencies": {
20
- "eslint": "^8.5.0"
20
+ "eslint": "^8.9.0"
21
21
  },
22
22
  "keywords": [
23
23
  "generic",