diff --git a/package.json b/package.json index f529308e3b..1dd2f1388d 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "2.0.0", "description": "run Nextj.s seamlessly on netlify", "main": "index.js", + "files": [ + "helpers/**/*.js", + "manifest.yml" + ], "scripts": { "format": "prettier --write .", "build": "next build test/sample",