Skip to content

Commit

Permalink
Pass --no-preview-dart-2 to the Chocolatey script (#434)
Browse files Browse the repository at this point in the history
I missed this in c462b82.

Closes #433
  • Loading branch information
nex3 authored Aug 3, 2018
1 parent 5ee73e2 commit 89ce44a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package/chocolatey/sass.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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%
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sass
version: 1.10.2
version: 1.10.3
description: A Sass implementation in Dart.
author: Dart Team <[email protected]>
homepage: https://github.com/sass/dart-sass
Expand Down

0 comments on commit 89ce44a

Please sign in to comment.