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"