mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-06 05:33:58 +03:00
fixed an issue with NPM
This commit is contained in:
parent
2b11817bfa
commit
27ccc91b0d
2 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,10 @@
|
||||||
|
|
||||||
A script that launches Minecraft using NodeJS.
|
A script that launches Minecraft using NodeJS.
|
||||||
|
|
||||||
|
#### Installing
|
||||||
|
|
||||||
|
`npm i minecraft-launcher-core`
|
||||||
|
|
||||||
#### Usage
|
#### Usage
|
||||||
|
|
||||||
##### Basic Login
|
##### Basic Login
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "minecraft-launcher-core",
|
"name": "minecraft-launcher-core",
|
||||||
"version": "1.0.1",
|
"version": "1.0.3",
|
||||||
"description": "Module that downloads Minecraft assets and runs Minecraft.",
|
"description": "Module that downloads Minecraft assets and runs Minecraft.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue