mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
chore(package): update standard to version 13.0.1
This commit is contained in:
parent
97da80d53a
commit
be7757b272
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
"prepublish": "require-self",
|
||||
"test": "mocha --recursive --reporter spec",
|
||||
"lint": "standard",
|
||||
"fix": "standard fix",
|
||||
"pretest": "npm run lint"
|
||||
},
|
||||
"keywords": [
|
||||
|
@ -38,7 +39,7 @@
|
|||
"mocha": "^6.0.0",
|
||||
"power-assert": "^1.0.0",
|
||||
"require-self": "^0.2.1",
|
||||
"standard": "^12.0.0"
|
||||
"standard": "^13.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"buffer-equal": "^1.0.0",
|
||||
|
|
Loading…
Reference in a new issue