node-editorconfig 1.1.4 → 1.2.0

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 +1 -1
  2. package/package.json +1 -1
package/.editorconfig CHANGED
@@ -19,7 +19,7 @@ indent_style = space
19
19
  insert_final_newline = true
20
20
  trim_trailing_whitespace = true
21
21
 
22
- [{.babelrc,bower.json,nodemon.json,package.json,package-lock.json,*.yml}]
22
+ [{.babelrc,bower.json,nodemon.json,*.yml}]
23
23
  indent_size = 2
24
24
 
25
25
  [Makefile]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-editorconfig",
3
- "version": "1.1.4",
3
+ "version": "1.2.0",
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"