diff --git a/package.json b/package.json index 458d07d..06e6c1b 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,10 @@ "repository": "git://github.com/wearefractal/glob-stream.git", "author": "Fractal (http://wearefractal.com/)", "main": "./index.js", + "files": [ + "index.js", + "lib" + ], "dependencies": { "glob": "^4.0.0", "minimatch": "^1.0.0",