Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into i53_correct_method
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored May 7, 2021
2 parents a49ccf0 + 85a3a8c commit 8a92124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/example_server.dart → example/example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void main(List<String> args) {
exit(64);
}

if (!FileSystemEntity.isFileSync('example/example_server.dart')) {
if (!FileSystemEntity.isFileSync('example/example.dart')) {
throw StateError('Server expects to be started the '
'root of the project.');
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: shelf_static
version: 1.1.0
description: Static file server support for shelf
description: Static file server support for the shelf package and ecosystem
repository: https://github.com/dart-lang/shelf_static

environment:
Expand Down

0 comments on commit 8a92124

Please sign in to comment.