Skip to content

Commit e2c4535

Browse files
chore: updates after the move to opennextjs org in github (#27)
1 parent 0698638 commit e2c4535

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/prereleases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
release:
9-
if: ${{ github.repository_owner == 'flarelabs-net' }}
9+
if: ${{ github.repository_owner == 'opennextjs' }}
1010
name: Publish builder package
1111
runs-on: ubuntu-latest
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "poc-next",
2+
"name": "opennextjs-cloudflare",
33
"version": "0.0.0.0",
44
"private": true,
55
"devDependencies": {

packages/cloudflare/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/flarelabs-net/poc-next.git",
18+
"url": "https://github.com/opennextjs/opennextjs-cloudflare.git",
1919
"directory": "packages/cloudflare"
2020
},
2121
"keywords": [
@@ -25,9 +25,9 @@
2525
],
2626
"license": "MIT",
2727
"bugs": {
28-
"url": "https://github.com/flarelabs-net/poc-next/issues"
28+
"url": "https://github.com/opennextjs/opennextjs-cloudflare/issues"
2929
},
30-
"homepage": "https://github.com/flarelabs-net/poc-next",
30+
"homepage": "https://github.com/opennextjs/opennextjs-cloudflare",
3131
"devDependencies": {
3232
"@types/node": "catalog:",
3333
"esbuild": "catalog:",

0 commit comments

Comments
 (0)