Skip to content

Commit 42ba823

Browse files
committedJan 14, 2020
Using sass instead of node-sass as this is the trend right now. Updated to sass 1.24.4, the most recent version.
1 parent 0f07b2d commit 42ba823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"extend-shallow": "^3.0.2",
4-
"sass": "^1.23.7"
4+
"sass": "^1.24.4"
55
},
66
"name": "jstransformer-scss",
77
"version": "1.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.