editorconfig-checker
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -11,3 +11,11 @@ # Changelog | ||
### Misc | ||
* update to node v12 | ||
## [2.1.1] - 2019-07-06 | ||
see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/1.2.1 | ||
## [2.1.0] - 2019-05-02 | ||
see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/1.2.0 | ||
## [2.0.8] - 2019-04-21 | ||
@@ -14,0 +22,0 @@ ### Misc |
@@ -43,3 +43,3 @@ #!/usr/bin/env node | ||
var utils_1 = require("./utils"); | ||
var CORE_VERSION = "1.2.0"; | ||
var CORE_VERSION = "1.2.1"; | ||
var execute = function () { | ||
@@ -46,0 +46,0 @@ var ecProcess = child_process_1.spawn("" + utils_1.binary(), process.argv.slice(2)); |
{ | ||
"name": "editorconfig-checker", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A tool to verify that your files are in harmony with your .editorconfig", | ||
@@ -43,3 +43,3 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"@types/node": "^11.13.0", | ||
"@types/node": "^12.0.0", | ||
"@types/request": "^2.48.1", | ||
@@ -46,0 +46,0 @@ "prettier": "^1.16.4", |
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
14186