node-editorconfig 1.4.0 → 1.4.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.
Files changed (3) hide show
  1. package/.nvmrc +1 -1
  2. package/README.md +2 -2
  3. package/package.json +3 -3
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 20.17.0
1
+ 24
package/README.md CHANGED
@@ -16,7 +16,7 @@ $ npx node-editorconfig
16
16
  $ npm install --global node-editorconfig
17
17
  $ cd /path/to/project/
18
18
  $ node-editorconfig
19
- .editorconfig file added at /path/to/project/.editorconfig
19
+ .editorconfig file added at /path/to/project/.editorconfig
20
20
  ```
21
21
 
22
22
  ## Parameters
@@ -24,7 +24,7 @@ $ node-editorconfig
24
24
  `--overwrite` (To overwrite the .editorconfig file, if it already exists)
25
25
  ```sh
26
26
  $ npx node-editorconfig --overwrite
27
- .editorconfig file overwritten at /path/to/project/.editorconfig
27
+ .editorconfig file overwritten at /path/to/project/.editorconfig
28
28
  ```
29
29
 
30
30
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "node-editorconfig",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "A generic .editorconfig for Node JS projects. $ npm i -g node-editorconfig ; node-editorconfig",
5
5
  "engines": {
6
- "node": ">=18"
6
+ "node": ">=20"
7
7
  },
8
8
  "bin": {
9
9
  "node-editorconfig": "./copy-editorconfig-to-cwd.js"
@@ -20,7 +20,7 @@
20
20
  "cp-file": "=9.1.0"
21
21
  },
22
22
  "devDependencies": {
23
- "eslint": "=8.57.0"
23
+ "eslint": "=8.57.1"
24
24
  },
25
25
  "keywords": [
26
26
  "generic",