Skip to content

Commit e907e2c

Browse files
authored
Merge pull request #4 from netlify/sd/alpha
Create package.json and badges
2 parents 4e84501 + c5da031 commit e907e2c

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
# Next.js Build Plugin
44

5+
<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">
8+
</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">
11+
</a>
12+
</p>
13+
514
This build plugin is a utility for enabling server-side rendering in Next.js on Netlify. It wraps your application in a tiny compatibility layer, so that pages can use Netlify Functions to be server-side rendered.
615

716
**TL;DR: You can enable SSR in your Next.js applications with 3 simple steps, listed [here](#setup)!**

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "netlify-plugin-nextjs",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "run Nextj.s seamlessly on netlify",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/netlify/netlify-plugin-nextjs"
11+
"url": "git+https://github.com/netlify/netlify-plugin-nextjs.git"
1212
},
1313
"keywords": [
1414
"nextjs",
1515
"netlify",
1616
"next"
1717
],
1818
"author": "lindsaylevine",
19-
"license": "ISC",
19+
"license": "MIT",
2020
"bugs": {
2121
"url": "https://github.com/netlify/netlify-plugin-nextjs/issues"
2222
},

0 commit comments

Comments
 (0)