Badges, npm bump

This commit is contained in:
Pierce 2019-08-29 14:17:01 -04:00
parent 69985e3d04
commit 5365e60c6f
2 changed files with 9 additions and 2 deletions

View file

@ -1,13 +1,20 @@
![logo](https://pierce.is-serious.business/44U1xXh.png) ![logo](https://pierce.is-serious.business/44U1xXh.png)
##### This project is near complete. ##### This project is near complete.
[![Build Status](https://travis-ci.com/Pierce01/MinecraftLauncher-core.svg?branch=master)](https://travis-ci.com/Pierce01/MinecraftLauncher-core) [![Build Status](https://travis-ci.com/Pierce01/MinecraftLauncher-core.svg?branch=master)](https://travis-ci.com/Pierce01/MinecraftLauncher-core)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![version](https://img.shields.io/badge/stable_version-1.10.2-blue)
![badge](https://img.shields.io/badge/ncurses-not_supported-purple)
MCLC is a NodeJS solution for launching modded and vanilla Minecraft without having to download and format everything yourself. MCLC is a NodeJS solution for launching modded and vanilla Minecraft without having to download and format everything yourself.
Basically a core for your Electron or script based launchers. Basically a core for your Electron or script based launchers.
### Getting support ### Getting support
Since people seem to use this, I've created a Discord server for anyone who needs to get in contact with me or get help! Since people seem to use this, I've created a Discord server for anyone who needs to get in contact with me or get help!
https://discord.gg/8uYVbXP <p>
<a href="https://discord.gg/8uYVbXP">
<img src="https://img.shields.io/discord/568550848871923723?logo=discord"
alt="chat on Discord"></a>
<p>
### Installing ### Installing

View file

@ -1,6 +1,6 @@
{ {
"name": "minecraft-launcher-core", "name": "minecraft-launcher-core",
"version": "3.10.2", "version": "3.10.3",
"description": "Lightweight module that downloads and runs Minecraft using javascript / NodeJS", "description": "Lightweight module that downloads and runs Minecraft using javascript / NodeJS",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {