Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ates

# Conflicts:
#	README.md
  • Loading branch information
NikolayMakhonin committed Feb 8, 2019
2 parents 8a87547 + a94590f commit 91e1a8d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.5 / 2019-02-08
===================

* Fix ReadMe

1.0.4 / 2019-02-08
===================

Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<!-- https://daringfireball.net/projects/markdown/basics -->
<!-- https://daringfireball.net/projects/markdown/syntax -->

<!-- [![NPM Version][npm-image]][npm-url] -->
<!-- [![NPM Downloads][downloads-image]][downloads-url] -->
<!-- [![Node.js Version][node-version-image]][node-version-url] -->
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-version-image]][node-version-url]
[![Build Status][travis-image]][travis-url]
[![Test Coverage][coveralls-image]][coveralls-url]

Expand All @@ -29,14 +29,14 @@ Options:

[CC0-1.0](LICENSE)

[npm-image]: https://img.shields.io/npm/v/nodejs-webstorm-clean.svg
[npm-url]: https://npmjs.org/package/nodejs-webstorm-clean
[node-version-image]: https://img.shields.io/node/v/nodejs-webstorm-clean.svg
[npm-image]: https://img.shields.io/npm/v/webstorm-clean.svg
[npm-url]: https://npmjs.org/package/webstorm-clean
[node-version-image]: https://img.shields.io/node/v/webstorm-clean.svg
[node-version-url]: https://nodejs.org/en/download/
[travis-image]: https://travis-ci.org/NikolayMakhonin/nodejs-webstorm-clean.svg
[travis-url]: https://travis-ci.org/NikolayMakhonin/nodejs-webstorm-clean
[coveralls-image]: https://coveralls.io/repos/github/NikolayMakhonin/nodejs-webstorm-clean/badge.svg
[coveralls-url]: https://coveralls.io/github/NikolayMakhonin/nodejs-webstorm-clean
[downloads-image]: https://img.shields.io/npm/dm/nodejs-webstorm-clean.svg
[downloads-url]: https://npmjs.org/package/nodejs-webstorm-clean
[npm-url]: https://npmjs.org/package/nodejs-webstorm-clean
[downloads-image]: https://img.shields.io/npm/dm/webstorm-clean.svg
[downloads-url]: https://npmjs.org/package/webstorm-clean
[npm-url]: https://npmjs.org/package/webstorm-clean
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webstorm-clean",
"version": "1.0.4",
"version": "1.0.5",
"description": "Clean unnecessary webstorm project settings from .idea directory",
"bin": {
"webstorm-clean": "dist/js/main/cli.js"
Expand Down

0 comments on commit 91e1a8d

Please sign in to comment.