Create a pointer index.js in the root dir

This commit is contained in:
Will Franzen 2015-02-22 11:09:28 -06:00
parent 9078e1cfeb
commit 459eb9c2d1
2 changed files with 2 additions and 1 deletions

1
index.js Normal file
View file

@ -0,0 +1 @@
module.exports = require('dist/index.js');

View file

@ -2,7 +2,7 @@
"name": "minecraft-protocol",
"version": "0.12.3",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "dist/index.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/andrewrk/node-minecraft-protocol.git"