Skip to content

Commit 5a6b021

Browse files
chore: clean up package.jsons (#1527)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 11c9b73 commit 5a6b021

File tree

13 files changed

+41
-53
lines changed

13 files changed

+41
-53
lines changed

demos/base-path/local-plugin/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
"scripts": {
77
"preinstall": "cd ../../.. && npm i"
88
},
9-
"author": "",
10-
"license": "ISC"
11-
}
9+
"license": "MIT"
10+
}

demos/base-path/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git+https://github.com/netlify/netlify-plugin-nextjs.git"
23+
"url": "git+https://github.com/netlify/next-runtime.git"
2424
},
25-
"author": "",
2625
"private": true,
2726
"license": "MIT",
2827
"bugs": {
29-
"url": "https://github.com/netlify/netlify-plugin-nextjs/issues"
28+
"url": "https://github.com/netlify/next-runtime/issues"
3029
},
31-
"homepage": "https://github.com/netlify/netlify-plugin-nextjs#readme"
32-
}
30+
"homepage": "https://github.com/netlify/next-runtime#readme"
31+
}

demos/custom-routes/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@
2222
},
2323
"repository": {
2424
"type": "git",
25-
"url": "git+https://github.com/netlify/netlify-plugin-nextjs.git"
25+
"url": "git+https://github.com/netlify/next-runtime.git"
2626
},
27-
"author": "",
2827
"license": "MIT",
2928
"bugs": {
30-
"url": "https://github.com/netlify/netlify-plugin-nextjs/issues"
29+
"url": "https://github.com/netlify/next-runtime/issues"
3130
},
32-
"homepage": "https://github.com/netlify/netlify-plugin-nextjs#readme"
33-
}
31+
"homepage": "https://github.com/netlify/next-runtime#readme"
32+
}

demos/default/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/netlify/netlify-plugin-nextjs.git"
13+
"url": "git+https://github.com/netlify/next-runtime.git"
1414
},
15-
"author": "",
1615
"license": "MIT",
1716
"bugs": {
18-
"url": "https://github.com/netlify/netlify-plugin-nextjs/issues"
17+
"url": "https://github.com/netlify/next-runtime/issues"
1918
},
20-
"homepage": "https://github.com/netlify/netlify-plugin-nextjs#readme",
19+
"homepage": "https://github.com/netlify/next-runtime#readme",
2120
"dependencies": {
2221
"@reach/dialog": "^0.16.2",
2322
"@reach/visually-hidden": "^0.16.0",
@@ -36,4 +35,4 @@
3635
"npm-run-all": "^4.1.5",
3736
"typescript": "^4.6.3"
3837
}
39-
}
38+
}

demos/next-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"Nico Domino <yo@ndo.dev>",
2222
"Lluis Agusti <hi@llu.lu>"
2323
],
24-
"license": "ISC",
24+
"license": "MIT",
2525
"dependencies": {
2626
"next": "^12.2.0",
2727
"next-auth": "^4.7.0",
@@ -45,4 +45,4 @@
4545
"engines": {
4646
"node": ">=16.0.0"
4747
}
48-
}
48+
}

demos/next-export/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git+https://github.com/netlify/netlify-plugin-nextjs.git"
23+
"url": "git+https://github.com/netlify/next-runtime.git"
2424
},
25-
"author": "",
2625
"private": true,
2726
"license": "MIT",
2827
"bugs": {
29-
"url": "https://github.com/netlify/netlify-plugin-nextjs/issues"
28+
"url": "https://github.com/netlify/next-runtime/issues"
3029
},
31-
"homepage": "https://github.com/netlify/netlify-plugin-nextjs#readme"
32-
}
30+
"homepage": "https://github.com/netlify/next-runtime#readme"
31+
}

demos/nx-next-monorepo-demo/local-plugin/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
"scripts": {
77
"preinstall": "cd ../../.. && npm i"
88
},
9-
"author": "",
10-
"license": "ISC"
11-
}
9+
"license": "MIT"
10+
}

demos/plugin-wrapper/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "local-plugin",
33
"version": "1.0.0",
44
"main": "index.js",
5-
"author": "",
65
"license": "MIT",
76
"scripts": {
87
"test": "echo \"Error: no test specified\" && exit 1"
@@ -17,4 +16,4 @@
1716
"npm-run-all": "^4.1.5",
1817
"typescript": "^4.6.3"
1918
}
20-
}
19+
}

demos/static-root/local-plugin/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",
6+
"private": true,
67
"scripts": {
78
"preinstall": "cd ../../.. && npm i"
8-
},
9-
"author": "",
10-
"license": "ISC"
11-
}
9+
}
10+
}

demos/static-root/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git+https://github.com/netlify/netlify-plugin-nextjs.git"
23+
"url": "git+https://github.com/netlify/next-runtime.git"
2424
},
25-
"author": "",
2625
"license": "MIT",
2726
"private": true,
2827
"bugs": {
29-
"url": "https://github.com/netlify/netlify-plugin-nextjs/issues"
28+
"url": "https://github.com/netlify/next-runtime/issues"
3029
},
31-
"homepage": "https://github.com/netlify/netlify-plugin-nextjs#readme"
32-
}
30+
"homepage": "https://github.com/netlify/next-runtime#readme"
31+
}

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,19 @@
2828
},
2929
"repository": {
3030
"type": "git",
31-
"url": "git+https://github.com/netlify/netlify-plugin-nextjs.git"
31+
"url": "git+https://github.com/netlify/next-runtime.git"
3232
},
3333
"keywords": [
3434
"nextjs",
3535
"netlify",
3636
"next",
3737
"netlify-plugin"
3838
],
39-
"author": "lindsaylevine",
4039
"license": "MIT",
4140
"bugs": {
42-
"url": "https://github.com/netlify/netlify-plugin-nextjs/issues"
41+
"url": "https://github.com/netlify/next-runtime/issues"
4342
},
44-
"homepage": "https://github.com/netlify/netlify-plugin-nextjs#readme",
43+
"homepage": "https://github.com/netlify/next-runtime#readme",
4544
"devDependencies": {
4645
"@babel/core": "^7.15.8",
4746
"@babel/preset-env": "^7.15.8",
@@ -105,4 +104,4 @@
105104
"demos/middleware",
106105
"demos/custom-routes"
107106
]
108-
}
107+
}

packages/next/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "git+https://github.com/netlify/netlify-plugin-nextjs.git"
27+
"url": "git+https://github.com/netlify/next-runtime.git"
2828
},
29-
"author": "",
3029
"license": "MIT",
3130
"bugs": {
32-
"url": "https://github.com/netlify/netlify-plugin-nextjs/issues"
31+
"url": "https://github.com/netlify/next-runtime/issues"
3332
},
34-
"homepage": "https://github.com/netlify/netlify-plugin-nextjs#readme",
33+
"homepage": "https://github.com/netlify/next-runtime#readme",
3534
"engines": {
3635
"node": ">=12.0.0"
3736
}

packages/runtime/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,14 @@
5151
},
5252
"repository": {
5353
"type": "git",
54-
"url": "git+https://github.com/netlify/netlify-plugin-nextjs.git"
54+
"url": "git+https://github.com/netlify/next-runtime.git"
5555
},
56-
"author": "",
5756
"license": "MIT",
5857
"bugs": {
59-
"url": "https://github.com/netlify/netlify-plugin-nextjs/issues"
58+
"url": "https://github.com/netlify/next-runtime/issues"
6059
},
61-
"homepage": "https://github.com/netlify/netlify-plugin-nextjs#readme",
60+
"homepage": "https://github.com/netlify/next-runtime#readme",
6261
"engines": {
6362
"node": ">=12.0.0"
6463
}
65-
}
64+
}

0 commit comments

Comments
 (0)