Skip to content

Commit 8e45c97

Browse files
committed
Fix language tag to be singlualr
1 parent 948fd54 commit 8e45c97

File tree

3 files changed

+94
-94
lines changed

3 files changed

+94
-94
lines changed

package-lock.json

Lines changed: 90 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "text-fragments-polyfill",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "This is a polyfill for the [Text Fragments](https://wicg.github.io/scroll-to-text-fragment/) feature for browsers that don't support it natively.",
55
"main": "./dist/text-fragments.js",
66
"browser": "./dist/text-fragments.js",
@@ -25,7 +25,7 @@
2525
"eslint-config-google": "^0.14.0",
2626
"eslint-config-prettier": "^10.1.2",
2727
"http-server": "^14.1.1",
28-
"jasmine-core": "^5.6.0",
28+
"jasmine-core": "^5.7.0",
2929
"karma": "^6.4.4",
3030
"karma-chrome-launcher": "^3.2.0",
3131
"karma-firefox-launcher": "^2.1.3",
@@ -35,7 +35,7 @@
3535
"playwright": "^1.52.0",
3636
"prettier": "^3.5.3",
3737
"regenerate": "^1.4.2",
38-
"rollup": "^4.40.0",
38+
"rollup": "^4.40.1",
3939
"shx": "^0.4.0",
4040
"unicode-9.0.0": "^0.7.5"
4141
},

0 commit comments

Comments
 (0)