Skip to content

Commit 8da5678

Browse files
authored
refactor: [WPN-8] Change web push notifier to pushforge (#16)
1 parent a68c12d commit 8da5678

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"folders": [
33
{
4-
"path": "../packages/web-push",
4+
"path": "../packages/builder",
55
},
66
{
77
"path": "..",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Web Push Notifier
1+
# pushforge

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"bugs": {
4-
"url": "https://github.com/draphy/web-push-notifier/issues"
4+
"url": "https://github.com/draphy/pushforge/issues"
55
},
66
"scripts": {
77
"biome:lint": "biome lint .",
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/draphy/web-push-notifier"
17+
"url": "https://github.com/draphy/pushforge"
1818
},
1919
"license": "MIT",
2020
"author": "David Raphi",
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "@draphy/web-push-notifier",
2+
"name": "pushforge/builder",
33
"version": "1.0.0",
44
"private": false,
55
"bugs": {
6-
"url": "https://github.com/draphy/web-push-notifier/issues"
6+
"url": "https://github.com/draphy/pushforge/issues"
77
},
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/draphy/web-push-notifier"
10+
"url": "https://github.com/draphy/pushforge"
1111
},
1212
"license": "MIT",
1313
"type": "module",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"references": [
1717
{
18-
"path": "./packages/web-push"
18+
"path": "./packages/builder"
1919
}
2020
]
2121
}

0 commit comments

Comments
 (0)