Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"folders": [
{
"path": "../packages/web-push",
"path": "../packages/builder",
},
{
"path": "..",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Web Push Notifier
# pushforge
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"bugs": {
"url": "https://github.com/draphy/web-push-notifier/issues"
"url": "https://github.com/draphy/pushforge/issues"
},
"scripts": {
"biome:lint": "biome lint .",
Expand All @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/draphy/web-push-notifier"
"url": "https://github.com/draphy/pushforge"
},
"license": "MIT",
"author": "David Raphi",
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@draphy/web-push-notifier",
"name": "pushforge/builder",
"version": "1.0.0",
"private": false,
"bugs": {
"url": "https://github.com/draphy/web-push-notifier/issues"
"url": "https://github.com/draphy/pushforge/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/draphy/web-push-notifier"
"url": "https://github.com/draphy/pushforge"
},
"license": "MIT",
"type": "module",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"references": [
{
"path": "./packages/web-push"
"path": "./packages/builder"
}
]
}