Switching to JSDelivr for CDN use case

This commit is contained in:
Francisco Hodge 2018-07-13 17:23:28 -04:00
parent 94c14df816
commit 0f5dad0527
2 changed files with 3 additions and 3 deletions

View File

@ -61,14 +61,14 @@ function onKeyPress(button){
````html ````html
<html> <html>
<head> <head>
<link rel="stylesheet" href="https://cdn.rawgit.com/hodgef/simple-keyboard/0581247fbeda4b2fb670ceaf3facebd3258fa04f/build/css/index.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/simple-keyboard@latest/build/css/index.css">
</head> </head>
<body> <body>
<input class="input" placeholder="Tap on the virtual keyboard to start" /> <input class="input" placeholder="Tap on the virtual keyboard to start" />
<div class="simple-keyboard"></div> <div class="simple-keyboard"></div>
<script src="https://cdn.rawgit.com/hodgef/simple-keyboard/d88912cd23d224a22a38da34cac7b645c6a8560c/build/index.js"></script> <script src="https://cdn.jsdelivr.net/npm/simple-keyboard@latest/build/index.min.js"></script>
<script src="src/index.js"></script> <script src="src/index.js"></script>
</body> </body>

View File

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