npm update

This commit is contained in:
Francisco Hodge 2018-10-20 14:51:41 -04:00
commit ec11903020
2 changed files with 4 additions and 4 deletions

View File

@ -12,10 +12,10 @@
## Installation
You can use simple-keyboard as a `<script>` tag from a CDN, or install it from npm.
Check out the [**Getting Started**](https://simple-keyboard.com/getting-started) docs for more info.
Check out the [Getting Started](https://simple-keyboard.com/getting-started) docs to begin.
## Usage
You can find the **simple-keyboard documentation** [on the website](https://simple-keyboard.com/documentation).
## Documentation
Check out the [simple-keyboard documentation](https://simple-keyboard.com/documentation) site.
Feel free to browse the [Q&A / Use-cases](https://simple-keyboard.com/qa-use-cases/) page for advanced use-cases.

View File

@ -1,6 +1,6 @@
{
"name": "simple-keyboard",
"version": "2.6.4",
"version": "2.6.5",
"description": "On-screen Javascript Virtual Keyboard",
"main": "build/index.js",
"scripts": {