mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Create a pointer index.js in the root dir
This commit is contained in:
parent
9078e1cfeb
commit
459eb9c2d1
2 changed files with 2 additions and 1 deletions
1
index.js
Normal file
1
index.js
Normal file
|
@ -0,0 +1 @@
|
||||||
|
module.exports = require('dist/index.js');
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.12.3",
|
"version": "0.12.3",
|
||||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||||
"main": "dist/index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/andrewrk/node-minecraft-protocol.git"
|
"url": "git://github.com/andrewrk/node-minecraft-protocol.git"
|
||||||
|
|
Loading…
Reference in a new issue