change to module

This commit is contained in:
Julien Bisconti 2021-10-23 23:09:46 +02:00
parent e0838158dc
commit 370d33b7a1

View File

@ -5,8 +5,8 @@
"main": "build.js", "main": "build.js",
"scripts": { "scripts": {
"build": "rimraf ./dist/ && node build.js", "build": "rimraf ./dist/ && node build.js",
"test-pr": "node tests/pull_request.js", "test-pr": "node tests/pull_request.mjs",
"test": "node tests/test_all.js" "test": "node tests/test_all.mjs"
}, },
"repository": { "repository": {
"type": "git", "type": "git",