fixed an issue with NPM

This commit is contained in:
Pierce 2018-12-09 18:17:20 -05:00
parent 2b11817bfa
commit 27ccc91b0d
2 changed files with 5 additions and 1 deletions

View file

@ -3,6 +3,10 @@
A script that launches Minecraft using NodeJS.
#### Installing
`npm i minecraft-launcher-core`
#### Usage
##### Basic Login

View file

@ -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": {