fixed modloader versions match

This commit is contained in:
2021-01-06 00:17:53 +01:00
parent 70ef29ef2b
commit eb6a78d254
5 changed files with 147 additions and 100 deletions

18
package-lock.json generated Normal file
View File

@ -0,0 +1,18 @@
{
"name": "minecraft-mod-packager",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"follow-redirects": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz",
"integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA=="
},
"node-json-minify": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/node-json-minify/-/node-json-minify-1.0.0.tgz",
"integrity": "sha1-e7NDL5ZYtr6x2ZP9XVOzyinQ15w="
}
}
}