Skip to content

Commit b3aa3e7

Browse files
author
Martin Kalabek
committed
Release 3.0.4
1 parent a378025 commit b3aa3e7

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Minecraft Client
22

3-
[![NPM](https://nodei.co/npm/minecraft-client.png?compact=true)](https://nodei.co/npm/minecraft-client/)
3+
[![NPM](https://nodei.co/npm/@eneris/minecraft-client.png?compact=true)](https://nodei.co/npm/@eneris/minecraft-client/)
44

55
## Usage
66

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "@eneris/minecraft-client",
3-
"version": "3.0.0",
3+
"version": "3.0.4",
44
"description": "",
55
"main": "dist/app.js",
66
"types": "dist/app.d.ts",
77
"scripts": {
88
"compile": "tsc",
9-
"postinstall": "npm run compile"
9+
"postinstall": "npm run compile",
10+
"prepublish": "rm -rf dist && npm run compile"
1011
},
1112
"repository": {
1213
"type": "git",

0 commit comments

Comments
 (0)