diff --git a/package.json b/package.json index 07bb7fcd..4cb6fd7a 100644 --- a/package.json +++ b/package.json @@ -11,15 +11,16 @@ "test": "git clean -Xfd test/fixtures && jest --maxWorkers 1" }, "files": [ + "README.md", + "LICENSE", + "get-compilation-metadata.js", "bin/", "build/", "commands/", "entries/", "lib/", "plugins/", - "get-compilation-metadata.js", - "README.md", - "LICENSE" + "!**/test/" ], "dependencies": { "@babel/core": "^7.1.6",