v1.1.0
first minor revision, let's break the manifest format
This commit is contained in:
parent
2a9a16cb7f
commit
d4297e0e86
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
||||||
# Horizr CLI
|
# horizr CLI
|
||||||
> A CLI tool for creating Minecraft modpacks using the Fabric loader.
|

|
||||||
|
|
||||||
|
> A CLI tool for creating and maintaining Minecraft modpacks using the Fabric loader.
|
||||||
|
|
||||||
🎉 Features:
|
🎉 Features:
|
||||||
- Access [Modrinth](https://modrinth.com/)
|
- Access [Modrinth](https://modrinth.com/)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@horizr/cli",
|
"name": "@horizr/cli",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"main": "./dist/main.js",
|
"main": "./dist/main.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Add table
Reference in a new issue