Skip to content

Commit 687a646

Browse files
committed
Fixed missing .js
1 parent ff59b30 commit 687a646

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-push-browser",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Minimal library for sending notifications via the browser Push API",
55
"main": "build/index.js",
66
"devDependencies": {

src/crypto/jwt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { toBase64Url } from "../utils/base64url";
1+
import { toBase64Url } from "../utils/base64url.js";
22

33
/**
44
* Generate and sign a JWT token.

0 commit comments

Comments
 (0)