Skip to content

Commit fc879b7

Browse files
committed
Replace wzrd with beefy to workaround max-mapper/wzrd#15
And scijs/cwise-parser#4 Ref voxel/voxelmetaverse#97
1 parent 54132ec commit fc879b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"voxel-bedrock": "^1.0.0"
1313
},
1414
"devDependencies": {
15-
"browserify": "^13.0.0",
16-
"wzrd": "1.3.1"
15+
"beefy": "^2.1.6",
16+
"browserify": "^13.0.0"
1717
},
1818
"scripts": {
19-
"start": "wzrd example.js:bundle.js --port 8081"
19+
"start": "beefy example.js:bundle.js --port 8081"
2020
},
2121
"license": "BSD-3-Clause"
2222
}

0 commit comments

Comments
 (0)