Skip to content

Commit

Permalink
bump 2.2.2 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
gucong3000 authored Aug 9, 2017
1 parent a5583c4 commit c334d4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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)
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -68,7 +68,9 @@
"JSCS",
"JSHint",
"PostCSS",
"Standard",
"TSLint",
"XO",
"git",
"blame",
"author"
Expand Down Expand Up @@ -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"
}

0 comments on commit c334d4f

Please sign in to comment.