Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HalloSouf committed Jun 23, 2024
1 parent 94aeb17 commit 8a02343
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
alt="npm version"
/>
</a>
<a href="https://www.npmjs.com/package/">
<a href="https://www.npmjs.com/package/@mcdata/data">
<img
src="https://img.shields.io/npm/dt/@mcdata/data"
alt="npm downloads"
Expand All @@ -26,3 +26,17 @@
</a>
</p>
</div>

## 📦 Installation

```bash
# With npm
npm install @mcdata/data

# With yarn
yarn add @mcdata/data
```

## 📜 License

This project is licensed under the Public General License (GPL-3.0) - see the [LICENSE](LICENSE) file for details.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mcdata/data",
"version": "1.0.2",
"version": "1.0.4",
"description": "Minecraft data used in the API/Discord client.",
"main": "src/index.ts",
"exports": {
Expand Down

0 comments on commit 8a02343

Please sign in to comment.