Skip to content

Commit

Permalink
Run Build Script
Browse files Browse the repository at this point in the history
  • Loading branch information
k15a committed Jun 2, 2020
1 parent b5ab557 commit 1566de7
Show file tree
Hide file tree
Showing 17 changed files with 725 additions and 12 deletions.
2 changes: 1 addition & 1 deletion builder/gvswatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class GVSwatchBuilder extends BaseBuilder {
}

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

outputPaths.forEach(outputPath =>
fs.writeFileSync(path.join(outputPath), gzipped));
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ host: 0.0.0.0
markdown: kramdown
highlighter: rouge

oc-version: 1.6.3
oc-version: 1.7.0
colors: [
"gray",
"red",
Expand Down
2 changes: 1 addition & 1 deletion docs/_sass/_open-color.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
//
// 𝗖 𝗒 π—Ÿ 𝗒 π—₯
// v 1.6.3
// v 1.7.0
//
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Expand Down
Binary file added docs/asset/download/open-color_1.7.0.ase
Binary file not shown.
Loading

0 comments on commit 1566de7

Please sign in to comment.