Merge pull request #40 from ellisgl/master

Update gulp sass version to 5.0.0
This commit is contained in:
Vinicius Reif Biavatti 2022-11-20 00:15:57 +00:00 committed by GitHub
commit 47346e644f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 122 additions and 1145 deletions

1265
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -35,6 +35,6 @@
"gulp-copy": "^4.0.1", "gulp-copy": "^4.0.1",
"gulp-minify": "^3.1.0", "gulp-minify": "^3.1.0",
"gulp-rename": "^2.0.0", "gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0" "gulp-sass": "^5.1.0"
} }
} }