Skip to content

Commit

Permalink
v1.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wvffle committed Feb 13, 2020
1 parent b462e2d commit 0a91153
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
10 changes: 10 additions & 0 deletions bin/mcpd.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env node

'use strict'


const program = require('commander')
program.version(require('../package.jso'))


require('../')
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "mcpd",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"main": "index.js",
"bin": {
"mcpd": "bin/mcpd.js"
},
"license": "MIT",
"scripts": {
"start": "parcel -d public src/index.html",
Expand All @@ -18,6 +21,7 @@
"last 1 chrome versions"
],
"dependencies": {
"commander": "^4.1.1",
"env-paths": "^2.2.0",
"ext-name": "^5.0.0",
"fastify": "^2.12.0",
Expand All @@ -28,8 +32,7 @@
"minecraft-protocol": "^1.10.0",
"msgpack-lite": "^0.1.26",
"vue": "^2.5.21",
"vue-feather-icons": "^5.0.0",
"vue-virtual-scroller": "^1.0.0-rc.2"
"vue-feather-icons": "^5.0.0"
},
"repository": "https://github.com/wvffle/minecraft-packet-debugger.git",
"author": "Kasper Seweryn <[email protected]>"
Expand Down

0 comments on commit 0a91153

Please sign in to comment.