diff --git a/package.json b/package.json index 783e30e..47a8f6a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "Rollup plugin to minify generated bundle", "main": "index.js", "files": [ - "index.js" + "index.js", + "transform.js" ], "scripts": { "test": "jest",