simple-keyboard-layouts 3.0.203 → 3.0.207
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/build/index.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
<blockquote>The keyboard layout kit for simple-keyboard.</blockquote>
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/simple-keyboard-layouts)
|
|
6
|
+
<a href="https://github.com/hodgef/simple-keyboard-layouts/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="MIT license"></a> <a href="https://github.com/simple-keyboard/simple-keyboard-layouts/actions"><img alt="Build Status" src="https://github.com/simple-keyboard/simple-keyboard-layouts/workflows/Build/badge.svg?color=green" /></a> <a href="https://github.com/simple-keyboard/simple-keyboard-layouts/actions"><img alt="Publish Status" src="https://github.com/simple-keyboard/simple-keyboard-layouts/workflows/Publish/badge.svg?color=green" /></a> <a href="https://gitlab.com/hodgef/simple-keyboard-layouts" target="_blank"><img alt="Mirroring" src="https://github.com/hodgef/simple-keyboard-layouts/actions/workflows/mirroring.yml/badge.svg" /></a>
|
|
7
7
|
|
|
8
8
|
## ✨ Demo
|
|
9
9
|
|
package/build/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "simple-keyboard-layouts",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.207",
|
|
4
4
|
"description": "Layouts module for simple-keyboard",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/types/index.d.ts",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@typescript-eslint/eslint-plugin": "^4.31.2",
|
|
53
53
|
"@typescript-eslint/parser": "^4.33.0",
|
|
54
54
|
"babel-eslint": "^10.1.0",
|
|
55
|
-
"babel-loader": "^8.2.
|
|
55
|
+
"babel-loader": "^8.2.3",
|
|
56
56
|
"babel-preset-minify": "^0.5.0",
|
|
57
57
|
"css-loader": "^6.4.0",
|
|
58
58
|
"eslint": "^7.32.0",
|
|
@@ -63,14 +63,14 @@
|
|
|
63
63
|
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
64
64
|
"prettier": "^2.4.1",
|
|
65
65
|
"prettier-webpack-plugin": "^1.2.0",
|
|
66
|
-
"simple-keyboard": "3.3.
|
|
66
|
+
"simple-keyboard": "3.3.7",
|
|
67
67
|
"style-loader": "^3.2.1",
|
|
68
68
|
"terser-webpack-plugin": "^5.2.4",
|
|
69
69
|
"typescript": "^4.4.4",
|
|
70
70
|
"uglify-es": "^3.3.9",
|
|
71
71
|
"url-loader": "^4.1.1",
|
|
72
72
|
"webpack": "^5.40.0",
|
|
73
|
-
"webpack-cli": "^4.9.
|
|
73
|
+
"webpack-cli": "^4.9.1",
|
|
74
74
|
"webpack-dev-server": "4.3.1"
|
|
75
75
|
},
|
|
76
76
|
"jest": {
|