From 370d33b7a19708e3371a8e8d179b9e4354f40f02 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Sat, 23 Oct 2021 23:09:46 +0200 Subject: [PATCH] change to module --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 757d4c6..278c7cf 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "main": "build.js", "scripts": { "build": "rimraf ./dist/ && node build.js", - "test-pr": "node tests/pull_request.js", - "test": "node tests/test_all.js" + "test-pr": "node tests/pull_request.mjs", + "test": "node tests/test_all.mjs" }, "repository": { "type": "git",