Skip to content

Commit ef45290

Browse files
committed
change plugin name to match org naming convention
1 parent ecef2a0 commit ef45290

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Create a `netlify.toml` in the root of your project:
3434
publish = "out_publish"
3535

3636
[[plugins]]
37-
package = "netlify-plugin-nextjs"
37+
package = "@netlify/plugin-nextjs"
3838
```
3939

4040
## Custom Netlify Redirects

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "netlify-plugin-nextjs",
2+
"name": "@netlify/plugin-nextjs",
33
"version": "0.1.0",
44
"description": "run Nextj.s seamlessly on netlify",
55
"main": "index.js",

0 commit comments

Comments
 (0)