Skip to content

Commit

Permalink
Add global brfs browserify transform to mcwebchat example
Browse files Browse the repository at this point in the history
For supporting requireindex in mineflayer, see porting progress
#19
  • Loading branch information
deathcap committed Jan 9, 2016
1 parent 0288d2e commit deb342e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/mcwebchat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
"tellraw2dom": "^0.0.4"
},
"devDependencies": {
"brfs": "^1.4.2",
"browserify": "^13.0.0",
"wzrd": "^1.3.1"
},
"scripts": {
"start": "wzrd mcwebchat.js:bundle.js"
"start": "wzrd mcwebchat.js:bundle.js -- --global-transform brfs"
},
"license": "MIT"
}

0 comments on commit deb342e

Please sign in to comment.