diff --git a/package.json b/package.json index ba53724..4b4031f 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "8.3.0", "description": "A plugin for Fastify to enable management of cache control headers", "main": "index.js", + "type": "commonjs", "types": "types/index.d.ts", "scripts": { "lint": "standard --verbose | snazzy",