We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4106f9 commit b76da67Copy full SHA for b76da67
1 file changed
package.json
@@ -17,6 +17,7 @@
17
"changeset:release": "pnpm build && changeset publish",
18
"changeset:status": "changeset status",
19
"changeset:version": "changeset version",
20
+ "clear": "pnpm -r exec rimraf node_modules dist coverage",
21
"docs:build": "vitepress build docs",
22
"docs:dev": "vitepress dev docs",
23
"lint": "pnpm -r lint",
@@ -46,7 +47,7 @@
46
47
"s3",
48
"mongodb",
49
"bullmq",
- "web-push",
50
+ "webpush",
51
"feathers",
52
"ekosystem",
53
"kalisio"
@@ -79,6 +80,7 @@
79
80
"lcov-result-merger": "catalog:",
81
"lint-staged": "catalog:",
82
"mermaid": "catalog:",
83
+ "rimraf": "catalog:",
84
"standard": "catalog:",
85
"vite": "catalog:",
86
"vite-bundle-visualizer": "catalog:",
0 commit comments