Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit d4b38f4

Browse files
committed
Move fs-extra and path-to-regexp to dependencies
The two packages will not be installed in the correct version unless we specify the two packages as dependencies. This is what the serverless-next.js package does as well, so it is probably okay.
1 parent 5dde632 commit d4b38f4

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

package-lock.json

Lines changed: 3 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@
2121
"homepage": "https://github.com/FinnWoelm/next-on-netlify",
2222
"author": "Finn Woelm",
2323
"license": "MIT",
24-
"devDependencies": {
24+
"devDependencies": {},
25+
"dependencies": {
2526
"fs-extra": "^8.1.0",
27+
"next-aws-lambda": "^2.3.4",
2628
"path-to-regexp": "^3.2.0"
27-
},
28-
"dependencies": {
29-
"next-aws-lambda": "^2.3.4"
3029
}
3130
}

0 commit comments

Comments
 (0)