Skip to content

Commit

Permalink
Merge pull request #3 from NikolayMakhonin/develop
Browse files Browse the repository at this point in the history
v0.0.5
  • Loading branch information
NikolayMakhonin committed May 31, 2020
2 parents 58b26d1 + 9cf29f3 commit 53469c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions HISTORY.md
@@ -1,9 +1,9 @@
0.0.2 - 0.0.4 / 2020-05-30
0.0.2 - 0.0.5 / 2020-05-30
===================

* Added types

0.0.1 / 2020-05-30
===================

* Frist version
* First version
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -3,7 +3,7 @@
<!-- https://daringfireball.net/projects/markdown/basics -->
<!-- https://daringfireball.net/projects/markdown/syntax -->

<!-- [![NPM Version][npm-image]][npm-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]
Expand All @@ -17,14 +17,14 @@ Convert CSS selector to XPath

[CC0-1.0](LICENSE)

[npm-image]: https://img.shields.io/npm/v/css-to-xpath.svg
[npm-url]: https://npmjs.org/package/css-to-xpath
[node-version-image]: https://img.shields.io/node/v/css-to-xpath.svg
[npm-image]: https://img.shields.io/npm/v/@flemist/css-to-xpath.svg
[npm-url]: https://npmjs.org/package/@flemist/css-to-xpath
[node-version-image]: https://img.shields.io/node/v/@flemist/css-to-xpath.svg
[node-version-url]: https://nodejs.org/en/download/
[travis-image]: https://travis-ci.org/NikolayMakhonin/css-to-xpath.svg
[travis-url]: https://travis-ci.org/NikolayMakhonin/css-to-xpath
[coveralls-image]: https://coveralls.io/repos/github/NikolayMakhonin/css-to-xpath/badge.svg
[coveralls-url]: https://coveralls.io/github/NikolayMakhonin/css-to-xpath
[downloads-image]: https://img.shields.io/npm/dm/css-to-xpath.svg
[downloads-url]: https://npmjs.org/package/css-to-xpath
[npm-url]: https://npmjs.org/package/css-to-xpath
[downloads-image]: https://img.shields.io/npm/dm/@flemist/css-to-xpath.svg
[downloads-url]: https://npmjs.org/package/@flemist/css-to-xpath
[npm-url]: https://npmjs.org/package/@flemist/css-to-xpath
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@flemist/css-to-xpath",
"version": "0.0.4",
"version": "0.0.5",
"description": "Convert CSS selector to XPath",
"author": {
"name": "Nickolay Makhonin",
Expand Down

0 comments on commit 53469c4

Please sign in to comment.