Skip to content

Commit 1566de7

Browse files
committed
Run Build Script
1 parent b5ab557 commit 1566de7

17 files changed

+725
-12
lines changed

builder/gvswatch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class GVSwatchBuilder extends BaseBuilder {
3939
}
4040

4141
build(outputPaths) {
42-
const gzipped = zlib.gzipSync(new Buffer(this.gvswatch, 'utf8'));
42+
const gzipped = zlib.gzipSync(Buffer.from(this.gvswatch, 'utf8'));
4343

4444
outputPaths.forEach(outputPath =>
4545
fs.writeFileSync(path.join(outputPath), gzipped));

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ host: 0.0.0.0
33
markdown: kramdown
44
highlighter: rouge
55

6-
oc-version: 1.6.3
6+
oc-version: 1.7.0
77
colors: [
88
"gray",
99
"red",

docs/_sass/_open-color.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
//
33
// 𝗖 𝗢 𝗟 𝗢 𝗥
4-
// v 1.6.3
4+
// v 1.7.0
55
//
66
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
77

7.55 KB
Binary file not shown.

0 commit comments

Comments
 (0)