diff --git a/package.json b/package.json index bbcc8ba1..d1fdadfd 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,11 @@ }, "main": "impress.js", "types": "types/impress.d.ts", - "files": ["lib/", "schemas/", "types/"], + "files": [ + "lib/", + "schemas/", + "types/" + ], "scripts": { "test": "npm run lint && npm run types && metatests test/", "types": "tsc -p types/tsconfig.json",