diff --git a/package.json b/package.json index ac2577f..2149daf 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "author": "Brian White ", "description": "A streaming parser for HTML form data for node.js", "main": "./lib/index.js", + "files": [ + "lib" + ], "dependencies": { "streamsearch": "^1.1.0" },