Skip to content

Commit 24afb61

Browse files
authored
Merge pull request #4 from netlify/rs/edge-release
chore: removing internal plugin and cli references
2 parents 6810a47 + c8236d9 commit 24afb61

File tree

4 files changed

+76
-3004
lines changed

4 files changed

+76
-3004
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

netlify.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ publish = ".next"
66
[[plugins]]
77
package = "@netlify/plugin-nextjs"
88

9-
[[plugins]]
10-
package = "@netlify-labs/plugin-next-edge"
11-
12-
[[plugins]]
13-
package = "@netlify-labs/plugin-edge-handlers-test"
14-
159
[[redirects]]
1610
from = "/_next/static/*"
1711
to = "/static/:splat"

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"scripts": {
33
"dev": "yarn next dev",
44
"build": "yarn next build",
5-
"start": "yarn next start",
6-
"ntl": "ntl-internal"
5+
"start": "yarn next start"
76
},
87
"dependencies": {
98
"ms": "2.1.3",
@@ -12,11 +11,9 @@
1211
"react-dom": "^18.0.0"
1312
},
1413
"devDependencies": {
15-
"@netlify-labs/cli-internal": "^1.0.17",
16-
"@netlify-labs/plugin-next-edge": "^0.0.4",
1714
"@netlify/build": "^26.3.14",
1815
"@netlify/functions": "^1.0.0",
19-
"@netlify/plugin-nextjs": "^4.3.0",
16+
"@netlify/plugin-nextjs": "^4.4.0",
2017
"@types/fs-extra": "^9.0.13",
2118
"fs-extra": "^10.0.1"
2219
}

0 commit comments

Comments
 (0)