mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-05-20 02:00:25 -04:00
Add browserify support
This commit is contained in:
parent
c6d228d7de
commit
da65576895
2 changed files with 6 additions and 0 deletions
5
browser.js
Normal file
5
browser.js
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
protocol: require('./lib/protocol')
|
||||||
|
};
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.8.16"
|
"node": ">=0.8.16"
|
||||||
},
|
},
|
||||||
|
"browser": "browser.js",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "~1.8.2",
|
"mocha": "~1.8.2",
|
||||||
"mkdirp": "~0.3.4",
|
"mkdirp": "~0.3.4",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue