Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nailujx86 committed Oct 28, 2018
1 parent f82b305 commit 3f22bd5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
30 changes: 22 additions & 8 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "mcmotdparser",
"version": "1.0.2",
"version": "1.1.1",
"description": "A parser for Minecraft Motds in the old style (plain text) and in the new style (json).",
"main": "motdparsernode.js",
"main": "dist/motdparsernode.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"prepublish": "npx gulp"
},
"author": "nailujx86",
"license": "GPL-3.0",
Expand Down

0 comments on commit 3f22bd5

Please sign in to comment.