We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d4b4f3 + 0326dcc commit 0e6d7d4Copy full SHA for 0e6d7d4
package.json
@@ -3,6 +3,10 @@
3
"version": "2.0.0",
4
"description": "run Nextj.s seamlessly on netlify",
5
"main": "index.js",
6
+ "files": [
7
+ "helpers/**/*.js",
8
+ "manifest.yml"
9
+ ],
10
"scripts": {
11
"format": "prettier --write .",
12
"build": "next build test/sample",
0 commit comments