Skip to content

Commit e255762

Browse files
authored
Update help text to use correct binary name (#158)
1 parent 50280cb commit e255762

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 1.2.3-test.2
1+
## 1.2.3
22

3-
* No user-visible changes.
3+
* Updates help text to use the correct binary name (`sass-migrator`).
44

55
## 1.2.2
66

lib/src/runner.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class MigratorRunner extends CommandRunner<Map<Uri, String>> {
2626
"See also https://sass-lang.com/documentation/cli/migrator";
2727

2828
MigratorRunner()
29-
: super("sass_migrator", "Migrates stylesheets to new Sass versions.") {
29+
: super("sass-migrator", "Migrates stylesheets to new Sass versions.") {
3030
argParser
3131
..addMultiOption('load-path',
3232
abbr: 'I',

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass_migrator
2-
version: 1.2.3-test.2
2+
version: 1.2.3
33
description: A tool for running migrations on Sass files
44
author: Jennifer Thakar <[email protected]>
55
homepage: https://github.com/sass/migrator

0 commit comments

Comments
 (0)