sass-embedded
Advanced tools
Comparing version 1.0.0-beta.0 to 1.0.0-beta.1
@@ -0,1 +1,5 @@ | ||
## 1.0.0-beta.1 | ||
- Downlaod the compiler binary to the correct directory on Windows. | ||
## 1.0.0-beta.0 | ||
@@ -2,0 +6,0 @@ |
@@ -170,3 +170,3 @@ "use strict"; | ||
await extractZip(zippedAssetPath, { | ||
dir: process.cwd(), | ||
dir: p.join(process.cwd(), options.outPath), | ||
}); | ||
@@ -173,0 +173,0 @@ } |
{ | ||
"name": "sass-embedded", | ||
"version": "1.0.0-beta.0", | ||
"version": "1.0.0-beta.1", | ||
"compiler-version": "1.0.0-beta.7", | ||
@@ -5,0 +5,0 @@ "description": "Node.js library that communicates with Embedded Dart Sass using the Embedded Sass protocol", |
Sorry, the diff of this file is not supported yet
632829