declare type: module

This commit is contained in:
Julia Logan 2024-07-02 00:44:56 +02:00
parent 49af0d17e7
commit 378076ed9d
Signed by: julia
GPG key ID: 2CB69D1DB326E875

View file

@ -2,7 +2,7 @@
"name": "modmap-js", "name": "modmap-js",
"version": "0.0.1", "version": "0.0.1",
"description": "An easy to use mod downloader for minecraft, because re-downloading all mods to update is tiring.", "description": "An easy to use mod downloader for minecraft, because re-downloading all mods to update is tiring.",
"main": "src/main.jsm", "main": "src/main.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
@ -11,5 +11,6 @@
"url": "https://code.cat.casa/julia/modmap-js" "url": "https://code.cat.casa/julia/modmap-js"
}, },
"author": "julias.zone", "author": "julias.zone",
"license": "GPL-3.0-or-later" "license": "GPL-3.0-or-later",
"type": "module"
} }