diff --git a/package.json b/package.json index b8fde03..7243878 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,11 @@ "version": "2.0.0", "description": "Tiny language and engine for selecting specific parts of a JS object, hiding the rest.", "main": "lib/index", + "files":[ + "bin", + "build", + "lib" + ], "scripts": { "test": "npm run lint && mocha", "test:all": "nve --parallel 14,16,18 mocha",