diff --git a/package.json b/package.json index 442f5a47..ea478f8a 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,11 @@ "directories": { "test": "tests" }, + "files": [ + "plugins/**/*.js", + "!plugins/**/tests", + "mousetrap*.js" + ], "scripts": { "test": "mocha --reporter=nyan tests/test.mousetrap.js" },