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",