Skip to content

Commit 8f73566

Browse files
committed
chore: revert unneeded changes
1 parent dd30daf commit 8f73566

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

demos/default/package.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,19 @@
33
"version": "1.0.0",
44
"private": true,
55
"description": "",
6-
"main": " ",
76
"scripts": {
87
"test": "echo \"Error: no test specified\" && exit 1"
98
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/netlify/netlify-plugin-nextjs.git"
12+
},
1013
"author": "",
1114
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/netlify/netlify-plugin-nextjs/issues"
17+
},
18+
"homepage": "https://github.com/netlify/netlify-plugin-nextjs#readme",
1219
"dependencies": {
1320
"@reach/dialog": "^0.16.2",
1421
"@reach/visually-hidden": "^0.16.0"

plugin/src/helpers/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const getNextConfig = async function getNextConfig({
2727
const { config, appDir, ignore }: RequiredServerFiles = await readJSON(join(publish, 'required-server-files.json'))
2828
if (!config) {
2929
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
30-
// @ts-ignore We have no error object to pass
30+
// @ts-ignore
3131
return failBuild('Error loading your Next config')
3232
}
3333
return { ...config, appDir, ignore }

0 commit comments

Comments
 (0)