We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4974ca4 commit d0865e4Copy full SHA for d0865e4
packages/vue-quill/src/assets/snow.styl
@@ -5,7 +5,7 @@ backgroundColor = #fff
5
inactiveColor = #4B5563
6
shadowColor = #D1D5DB
7
textColor = #4B5563
8
-// Additional color
+// Additional colors
9
backgroundHoverColor = #F3F4F6
10
backgroundActiveColor = #DBEAFE
11
scripts/release.ts
@@ -1,4 +1,4 @@
1
-(() => {
+(async () => {
2
const chalk = require('chalk')
3
const execa = require('execa')
4
const path = require('path')
@@ -37,7 +37,7 @@
37
]
38
}
39
40
- run()
+ await run()
41
42
async function run() {
43
const nextVersion = await getNextVersion()
0 commit comments