Skip to content

Commit

Permalink
Replace wzrd with beefy to workaround max-mapper/wzrd#15
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcap committed May 24, 2016
1 parent 54132ec commit fc879b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"voxel-bedrock": "^1.0.0"
},
"devDependencies": {
"browserify": "^13.0.0",
"wzrd": "1.3.1"
"beefy": "^2.1.6",
"browserify": "^13.0.0"
},
"scripts": {
"start": "wzrd example.js:bundle.js --port 8081"
"start": "beefy example.js:bundle.js --port 8081"
},
"license": "BSD-3-Clause"
}

0 comments on commit fc879b7

Please sign in to comment.