File tree Expand file tree Collapse file tree 2 files changed +45
-281
lines changed Expand file tree Collapse file tree 2 files changed +45
-281
lines changed Original file line number Diff line number Diff line change 34
34
"main" : " ./out/extension" ,
35
35
"scripts" : {
36
36
"build" : " yarn run build:ts && yarn run build:css" ,
37
- "build:css" : " yarn node- sass scss/ -o css/ --output-style compressed" ,
37
+ "build:css" : " yarn sass scss/ -o css/ --output-style compressed" ,
38
38
"build:ts" : " webpack --mode production" ,
39
39
"compile" : " webpack --mode development --watch" ,
40
40
"lint" : " eslint \" src/**/*.ts\" " ,
76
76
"milligram" : " ^1.4.1" ,
77
77
"minimatch" : " ^3.0.4" ,
78
78
"mocha" : " ^9.0.3" ,
79
- "node-sass" : " ^6.0.1" ,
80
79
"original-fs" : " ^1.0.0" ,
81
80
"ovsx" : " 0.2.0" ,
82
81
"prettier" : " ^2.2.1" ,
83
82
"prettylint" : " ^1.0.0" ,
83
+ "sass" : " ^1.77.4" ,
84
84
"semantic-release" : " ^17.4.4" ,
85
85
"semantic-release-vsce" : " ^4.0.1" ,
86
86
"semver" : " ^7.3.5" ,
You can’t perform that action at this time.
0 commit comments