Skip to content

Commit 8389982

Browse files
committed
fix: maybe one more time
1 parent f339bd5 commit 8389982

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/vue-quill/src/assets/snow.styl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backgroundColor = #fff
55
inactiveColor = #4B5563
66
shadowColor = #D1D5DB
77
textColor = #4B5563
8-
// Additional colors
8+
// Additional color
99
backgroundHoverColor = #F3F4F6
1010
backgroundActiveColor = #DBEAFE
1111

scripts/release.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(async () => {
2-
const chalk = require('chalk')
3-
const execa = require('execa')
2+
// const chalk = require('chalk')
3+
// const execa = require('execa')
44
const path = require('path')
55
const semanticRelease = require('semantic-release')
66
// const { WritableStreamBuffer } = require('stream-buffers');

0 commit comments

Comments
 (0)