Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chenasraf committed Jul 21, 2024
1 parent 74e1674 commit 51951a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.6

- Fix: docs

## 0.7.5

- Feat: Command suggestions by prefix
Expand Down
2 changes: 0 additions & 2 deletions lib/config.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
library script_runner;

import 'dart:io';
import 'dart:math' as math;

Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: script_runner
description: Run all your project-related scripts in a portable, simple config.
version: 0.7.5
version: 0.7.6
homepage: https://casraf.dev/projects/dart-script-runner
repository: https://github.com/chenasraf/dart_script_runner
license: MIT
Expand All @@ -25,8 +25,8 @@ script_runner:
# Real
# ================================================================================
- auto-fix: dart fix --apply
- publish: dart format .; dart pub publish
- publish:dry: dart pub publish --dry-run
- publish: dart format .; dart doc && dart pub publish
- publish:dry: dart doc --dry-run && dart pub publish --dry-run
- doc: dart doc
- name: version
cmd: dart run btool get packageVersion
Expand Down

0 comments on commit 51951a1

Please sign in to comment.