From c334d4fc4237a942cea7baec24976cbec96fbaf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=BA?= Date: Wed, 9 Aug 2017 17:16:04 +0800 Subject: [PATCH] bump 2.2.2 (#123) --- README.md | 3 +++ package.json | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d967a2e..788f015 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ Error report localization for: [JSCS](https://github.com/jscs-dev/gulp-jscs) [JSHint](https://github.com/spalger/gulp-jshint) [PostCSS](https://github.com/StartPolymer/gulp-html-postcss) +[Standard](https://github.com/emgeee/gulp-standard) [TSLint](https://github.com/panuhorsmalahti/gulp-tslint) +[XO](https://github.com/sindresorhus/gulp-xo) Analyzing blame of the error, only fail for new error and error written by the current GIT user. @@ -116,5 +118,6 @@ Enable or disable [git-blame](https://git-scm.com/docs/git-blame) related featur - [gulp-htmlhint](https://github.com/bezoerb/gulp-htmlhint) - [gulp-jscs](https://github.com/jscs-dev/gulp-jscs) - [gulp-jshint](https://github.com/spalger/gulp-jshint) +- [gulp-standard](https://github.com/emgeee/gulp-standard) - [gulp-tslint](https://github.com/panuhorsmalahti/gulp-tslint) - [gulp-xo](https://github.com/sindresorhus/gulp-xo) diff --git a/package.json b/package.json index 71d00c2..5bccbe6 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "through2": "^2.0.3", "to-time": "^1.0.2" }, - "description": "Error report localization for: CSSLint/EditorConfig/ESLint/HTMLHint/JSCS/JSHint/PostCSS/TSLint", + "description": "Error report localization for: CSSLint/EditorConfig/ESLint/HTMLHint/JSCS/JSHint/PostCSS/Standard/TSLint/XO", "devDependencies": { "coveralls": "^2.13.1", "cross-env": "^5.0.5", @@ -68,7 +68,9 @@ "JSCS", "JSHint", "PostCSS", + "Standard", "TSLint", + "XO", "git", "blame", "author" @@ -103,5 +105,5 @@ "pretest": "eslint scripts lib test/*.test.js && node scripts/shorturl", "test": "nyc npm run test_lang" }, - "version": "2.2.1" + "version": "2.2.2" }