Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EmaSuriano committed Jul 19, 2018
1 parent c22f4db commit 2c770d4
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 70 deletions.
12 changes: 0 additions & 12 deletions .docz/app/imports.js

This file was deleted.

13 changes: 0 additions & 13 deletions .docz/app/index.html

This file was deleted.

23 changes: 0 additions & 23 deletions .docz/app/index.jsx

This file was deleted.

17 changes: 0 additions & 17 deletions .docz/app/root.jsx

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![eslint](https://img.shields.io/badge/eslint-enabled-green.svg)](https://eslint.org/)
[![Code style: Prettier](https://img.shields.io/badge/Code_style-Prettier-e31f2e.svg)](https://github.com/prettier/prettier)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

A global Hotkey provider with built in tooltip for React

[Check Documentation!](https://emasuriano.github.io/react-hotkey-tooltip/)
[Check Documentation!](https://react-hotkey-tooltip.netlify.com/)
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-hotkey-tooltip",
"version": "0.0.0-development",
"version": "3.0.0",
"description": "React component that creates hotkeys for your components and shows a tooltip of it",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -61,7 +61,7 @@
"author": {
"name": "Emanuel Suriano",
"email": "emanuel.suriano@gmail.com",
"url": "http://emasuriano.github.com/"
"url": "http://emasuriano.com/"
},
"jest": {
"setupFiles": [
Expand All @@ -80,7 +80,7 @@
"!src/index.js"
]
},
"homepage": "https://emasuriano.github.io/react-hotkey-tooltip",
"homepage": "https://react-hotkey-tooltip.netlify.com/",
"license": "MIT",
"repository": "https://github.com/EmaSuriano/react-hotkey-tooltip",
"keywords": [
Expand Down

0 comments on commit 2c770d4

Please sign in to comment.