Skip to content

Commit b9f9d51

Browse files
authoredDec 16, 2019
Update package.json
Attempting to switch over to "sass" from "node-sass". The reason being is we need a more portable sass runtime. Specifically on Alpine Linux, where we're experimenting with running our application on a Docker container.
1 parent ddb51ea commit b9f9d51

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-
"node-sass": "^4.0.0"
4+
"sass": "^1.23.7"
55
},
66
"name": "jstransformer-scss",
77
"version": "1.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.