Skip to content

Commit

Permalink
Release 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kalabek committed Dec 26, 2019
1 parent a378025 commit b3aa3e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Minecraft Client

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

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@eneris/minecraft-client",
"version": "3.0.0",
"version": "3.0.4",
"description": "",
"main": "dist/app.js",
"types": "dist/app.d.ts",
"scripts": {
"compile": "tsc",
"postinstall": "npm run compile"
"postinstall": "npm run compile",
"prepublish": "rm -rf dist && npm run compile"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b3aa3e7

Please sign in to comment.