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 4, 2020
1 parent 573615d commit d2851c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "mineflayer-dashboard",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"main": "index.js",
"repository": "https://github.com/wvffle/mineflayer-ui.git",
"author": "Kasper Seweryn <[email protected]>",
"license": "MIT",
"scripts": {
"lint": "standard",
"fix": "standard --fix",
"prepublishOnly": "markdown-toc README.md -i"
"prepublishOnly": "markdown-toc README.md -i",
"postversion": "cat package.json | jq .version -r | xargs -I{} git tag {}"
},
"dependencies": {
"blessed": "^0.1.81",
Expand Down

0 comments on commit d2851c8

Please sign in to comment.