editorconfig-checker
Advanced tools
Comparing version 3.0.5 to 3.1.0
@@ -12,2 +12,5 @@ # Changelog | ||
## [3.1.0] - 2020-06-07 | ||
see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.1.0 | ||
## [3.0.5] - 2020-05-18 | ||
@@ -14,0 +17,0 @@ see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.0.4 |
@@ -43,3 +43,3 @@ #!/usr/bin/env node | ||
var utils_1 = require("./utils"); | ||
var CORE_VERSION = "2.0.4"; | ||
var CORE_VERSION = "2.1.0"; | ||
var execute = function () { | ||
@@ -46,0 +46,0 @@ var ecProcess = child_process_1.spawn("" + utils_1.binary(), process.argv.slice(2)); |
{ | ||
"name": "editorconfig-checker", | ||
"version": "3.0.5", | ||
"version": "3.1.0", | ||
"description": "A tool to verify that your files are in harmony with your .editorconfig", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -13,2 +13,5 @@ # editorconfig-checker | ||
<a href="https://www.buymeacoffee.com/mstruebing" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a> | ||
## What? | ||
@@ -15,0 +18,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16205
109