Skip to content

Commit 983a74a

Browse files
committed
update minecraft-protocol, fix PrismarineJS#551
1 parent 09ee74f commit 983a74a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# shared with .npmignore
22
# different than .npmignore
3-
/node_modules
3+
node_modules
4+
package-lock.json

.npmignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# shared with .gitignore
22
# different than .gitignore
3-
/test
3+
test

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"license": "MIT",
2020
"dependencies": {
2121
"minecraft-data": "^2.18.0",
22-
"minecraft-protocol": "^1.3.1",
22+
"minecraft-protocol": "^1.3.2",
2323
"mojangson": "^0.2.1",
2424
"prismarine-biome": "^1.0.1",
2525
"prismarine-block": "^1.0.1",
@@ -34,9 +34,9 @@
3434
},
3535
"devDependencies": {
3636
"doctoc": "^1.0.0",
37-
"eslint": "^4.1.1",
37+
"eslint": "^4.2.0",
3838
"eslint-config-standard": "^10.2.1",
39-
"eslint-plugin-import": "^2.6.0",
39+
"eslint-plugin-import": "^2.7.0",
4040
"eslint-plugin-node": "^5.1.0",
4141
"eslint-plugin-promise": "^3.5.0",
4242
"eslint-plugin-standard": "^3.0.1",

0 commit comments

Comments
 (0)