We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4b4f3 commit 0326dccCopy full SHA for 0326dcc
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