Skip to content

Commit 3305b79

Browse files
committed
update package version + badge
1 parent 7b9a243 commit 3305b79

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# Next.js Build Plugin
44

55
<p align="center">
6-
<a aria-label="npm version" href="https://www.npmjs.com/package/netlify-plugin-nextjs">
7-
<img alt="" src="https://img.shields.io/npm/v/netlify-plugin-nextjs">
6+
<a aria-label="npm version" href="https://www.npmjs.com/package/@netlify/plugin-nextjs">
7+
<img alt="" src="https://img.shields.io/npm/v/@netlify/plugin-nextjs">
88
</a>
9-
<a aria-label="MIT License" href="https://img.shields.io/npm/l/netlify-plugin-nextjs">
10-
<img alt="" src="https://img.shields.io/npm/l/netlify-plugin-nextjs">
9+
<a aria-label="MIT License" href="https://img.shields.io/npm/l/@netlify/plugin-nextjs">
10+
<img alt="" src="https://img.shields.io/npm/l/@netlify/plugin-nextjs">
1111
</a>
1212
</p>
1313

package-lock.json

Lines changed: 1 addition & 1 deletion
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,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-nextjs",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "run Nextj.s seamlessly on netlify",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)