Skip to content

Commit 4f81bf2

Browse files
committed
Fix invalid version number format and add @pixi/extensions since it's a missing dependency.
1 parent 3999da7 commit 4f81bf2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ coverage/
66
package-lock.json
77
jsconfig.json
88
src/content_scripts/safari.js
9+
*~

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Surfingkeys",
3-
"version": "1.12",
3+
"version": "1.12.0",
44
"description": "Map your keys for web surfing, expand your browser with javascript and keyboard.",
55
"main": "background.js",
66
"directories": {
@@ -68,6 +68,7 @@
6868
"@pixi/ticker": "^6.2.1",
6969
"@pixi/unsafe-eval": "^6.2.1",
7070
"@pixi/utils": "^6.2.1",
71+
"@pixi/extensions": "^6.2.1",
7172
"ace-builds": "^1.4.12",
7273
"dompurify": "^2.3.1",
7374
"js-base64": "^3.7.2",

0 commit comments

Comments
 (0)