first minor revision, let's break the manifest format
This commit is contained in:
Moritz Ruth 2022-08-16 22:24:00 +02:00
parent 2a9a16cb7f
commit d4297e0e86
2 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,7 @@
# Horizr CLI
> A CLI tool for creating Minecraft modpacks using the Fabric loader.
# horizr CLI
![npm](https://img.shields.io/npm/v/@horizr/cli?color=white&label=latest%20version&logoColor=red&style=flat-square)
> A CLI tool for creating and maintaining Minecraft modpacks using the Fabric loader.
🎉 Features:
- Access [Modrinth](https://modrinth.com/)

View file

@ -1,6 +1,6 @@
{
"name": "@horizr/cli",
"version": "1.0.0",
"version": "1.1.0",
"main": "./dist/main.js",
"type": "module",
"license": "MIT",