We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3999da7 commit 4f81bf2Copy full SHA for 4f81bf2
.gitignore
@@ -6,3 +6,4 @@ coverage/
6
package-lock.json
7
jsconfig.json
8
src/content_scripts/safari.js
9
+*~
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Surfingkeys",
3
- "version": "1.12",
+ "version": "1.12.0",
4
"description": "Map your keys for web surfing, expand your browser with javascript and keyboard.",
5
"main": "background.js",
"directories": {
@@ -68,6 +68,7 @@
68
"@pixi/ticker": "^6.2.1",
69
"@pixi/unsafe-eval": "^6.2.1",
70
"@pixi/utils": "^6.2.1",
71
+ "@pixi/extensions": "^6.2.1",
72
"ace-builds": "^1.4.12",
73
"dompurify": "^2.3.1",
74
"js-base64": "^3.7.2",
0 commit comments