mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-05 21:23:59 +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.
|
||||
|
||||
#### Installing
|
||||
|
||||
`npm i minecraft-launcher-core`
|
||||
|
||||
#### Usage
|
||||
|
||||
##### Basic Login
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-launcher-core",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.3",
|
||||
"description": "Module that downloads Minecraft assets and runs Minecraft.",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue