diff --git a/package.json b/package.json index f19ff39..e689855 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "5.1.0", "description": "A plugin for Fastify that provides a map of routes", "main": "index.js", + "type": "commonjs", "types": "types/index.d.ts", "scripts": { "lint": "standard | snazzy",