diff --git a/package.json b/package.json index 580714a98..20822e5fc 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "files": [ "browser.js", "index.js", - "lib" + "lib/*.js" ], "scripts": { "test": "eslint . && nyc --reporter=html --reporter=text mocha test/*.test.js",