Skip to content

Commit 0e545ec

Browse files
committed
chore: format
1 parent abf1089 commit 0e545ec

File tree

3 files changed

+138
-140
lines changed

3 files changed

+138
-140
lines changed

package-lock.json

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

package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
{
2-
"name": "web-push-browser",
3-
"version": "1.3.1",
4-
"description": "Minimal library for sending notifications via the browser Push API",
5-
"main": "build/index.js",
6-
"devDependencies": {
7-
"@types/jest": "^29.5.13",
8-
"jest": "^29.7.0",
9-
"ts-jest": "^29.2.5",
10-
"ts-jest-resolver": "^2.0.1",
11-
"ts-node": "^10.9.2",
12-
"typescript": "^5.5.4"
13-
},
14-
"scripts": {
15-
"build": "tsc",
16-
"test": "jest ./test"
17-
},
18-
"author": "Cole Crouter",
19-
"license": "ISC",
20-
"type": "module",
21-
"keywords": [
22-
"push",
23-
"notifications",
24-
"web-push",
25-
"browser",
26-
"esm",
27-
"node",
28-
"nodejs",
29-
"cloudflare",
30-
"deno",
31-
"bun"
32-
],
33-
"repository": {
34-
"type": "git",
35-
"url": "https://github.com/colecrouter/web-push-browser"
36-
}
37-
}
2+
"name": "web-push-browser",
3+
"version": "1.3.1",
4+
"description": "Minimal library for sending notifications via the browser Push API",
5+
"main": "build/index.js",
6+
"devDependencies": {
7+
"@types/jest": "^29.5.13",
8+
"jest": "^29.7.0",
9+
"ts-jest": "^29.2.5",
10+
"ts-jest-resolver": "^2.0.1",
11+
"ts-node": "^10.9.2",
12+
"typescript": "^5.5.4"
13+
},
14+
"scripts": {
15+
"build": "tsc",
16+
"test": "jest ./test"
17+
},
18+
"author": "Cole Crouter",
19+
"license": "ISC",
20+
"type": "module",
21+
"keywords": [
22+
"push",
23+
"notifications",
24+
"web-push",
25+
"browser",
26+
"esm",
27+
"node",
28+
"nodejs",
29+
"cloudflare",
30+
"deno",
31+
"bun"
32+
],
33+
"repository": {
34+
"type": "git",
35+
"url": "https://github.com/colecrouter/web-push-browser"
36+
}
37+
}

0 commit comments

Comments
 (0)