From 8a1f2b2dc69f292a92f3f5424011b8328c98e012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Moreau?= <cedric.moreau@monemprunt.com> Date: Thu, 7 Jul 2022 18:10:37 +0200 Subject: [PATCH] feature: remove "type": "module" from package.json --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 00ed143..c0fa230 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "version": "0.1.1", "description": "A fastify plugin to have fun with Hasura.", "main": "plugin.js", - "type": "module", "scripts": { "test": "tap test/*.test.js" }, -- GitLab