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