From 459eb9c2d1b9164e119af9b09071e8e92e4172db Mon Sep 17 00:00:00 2001 From: Will Franzen Date: Sun, 22 Feb 2015 11:09:28 -0600 Subject: [PATCH] Create a pointer index.js in the root dir --- index.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 index.js diff --git a/index.js b/index.js new file mode 100644 index 0000000..c71cdd3 --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +module.exports = require('dist/index.js'); diff --git a/package.json b/package.json index fb69154..4b2c1f5 100644 --- a/package.json +++ b/package.json @@ -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"