File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
"test" : " npm run-script build && ava"
20
20
},
21
21
"optionalDependencies" : {
22
- "kaba-scss" : " ^3.1.0 " ,
22
+ "kaba-scss" : " ^3.3.2 " ,
23
23
"webpack-bundle-analyzer" : " ^3.6.0"
24
24
},
25
25
"dependencies" : {
50
50
"devDependencies" : {
51
51
"@types/terser-webpack-plugin" : " ^2.2.0" ,
52
52
"ava" : " ^2.4.0" ,
53
- "kaba-scss" : " ^3.1.0 " ,
53
+ "kaba-scss" : " ^3.3.2 " ,
54
54
"webpack-bundle-analyzer" : " ^3.6.0"
55
55
},
56
56
"engines" : {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export class SassRunner
24
24
*
25
25
* @return {Promise<boolean> } whether the build was successful and error-free
26
26
*/
27
- public async run ( ) : Promise < boolean | null >
27
+ public async run ( ) : Promise < boolean | void >
28
28
{
29
29
const entries = Object . keys ( this . buildConfig . entries ) ;
30
30
You can’t perform that action at this time.
0 commit comments