Skip to content

Commit d21b4a0

Browse files
committed
Merge branch 'main' of github.com:netlify/next-runtime-minimal
2 parents a81658c + b10dad6 commit d21b4a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@netlify/next-runtime",
3-
"version": "5.0.0-alpha.2",
3+
"version": "5.0.0-alpha.5",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "./dist/index.js",
66
"type": "module",
77
"files": [
8-
"dist/**/*",
9-
"index.js",
8+
"dist",
109
"manifest.yml"
1110
],
1211
"engines": {
1312
"node": ">=16.0.0"
1413
},
1514
"scripts": {
15+
"prepack": "npm run build",
1616
"pretest": "node tests/prepare.mjs",
1717
"build": "tsc",
1818
"build:debug": "tsc --sourceMap",

0 commit comments

Comments
 (0)