Pass --no-preview-dart-2 to the Chocolatey script (#434)

I missed this in c462b82.

Closes #433
This commit is contained in:
Natalie Weizenbaum 2018-08-03 14:24:53 -07:00 committed by GitHub
parent 5ee73e2ead
commit 89ce44aac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
## 1.10.3
### Command-Line Interface
* Run the Chocolatey script with the correct arguments so it doesn't crash.
## 1.10.2
* No user-visible changes.

View File

@ -5,4 +5,4 @@ REM https://opensource.org/licenses/MIT.
set SCRIPTPATH=%~dp0
set arguments=%*
dart.exe "-Dversion=SASS_VERSION" "%SCRIPTPATH%\sass.dart.snapshot" %arguments%
dart.exe --no-preview-dart-2 "-Dversion=SASS_VERSION" "%SCRIPTPATH%\sass.dart.snapshot" %arguments%

View File

@ -1,5 +1,5 @@
name: sass
version: 1.10.2
version: 1.10.3
description: A Sass implementation in Dart.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/sass/dart-sass