diff --git a/HISTORY.md b/HISTORY.md index 936a4c2..08823cc 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -0.0.2 - 0.0.4 / 2020-05-30 +0.0.2 - 0.0.5 / 2020-05-30 =================== * Added types @@ -6,4 +6,4 @@ 0.0.1 / 2020-05-30 =================== - * Frist version + * First version diff --git a/README.md b/README.md index 7947d48..be14ef4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ - +[![NPM Version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] @@ -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 diff --git a/package.json b/package.json index 03875b3..21d6cc8 100644 --- a/package.json +++ b/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",