Skip to content

Commit e5acc23

Browse files
committed
bitfield changes
1 parent bba0aee commit e5acc23

File tree

5 files changed

+552
-22
lines changed

5 files changed

+552
-22
lines changed

.eleventy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = function(eleventyConfig) {
66
return String(range);
77
});
88

9+
eleventyConfig.addPassthroughCopy({ "node_modules/bit-field": "bitfield" });
910
return {
1011
dir: {
1112
input: "src",

0 commit comments

Comments
 (0)