Skip to content

Commit 0e6d7d4

Browse files
authored
Merge pull request #101 from netlify/chore/decrease-package-size
chore: decrease package size
2 parents 0d4b4f3 + 0326dcc commit 0e6d7d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "2.0.0",
44
"description": "run Nextj.s seamlessly on netlify",
55
"main": "index.js",
6+
"files": [
7+
"helpers/**/*.js",
8+
"manifest.yml"
9+
],
610
"scripts": {
711
"format": "prettier --write .",
812
"build": "next build test/sample",

0 commit comments

Comments
 (0)