-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Limit Dart SDK version for Dart 2.8 version breaking change.
* Add links to github repo in pubspec.yaml.
- Loading branch information
1 parent
e539ac4
commit 403c584
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
name: stream | ||
version: 2.2.2 | ||
version: 2.2.2+1 | ||
description: > | ||
Lightweight Dart web server supporting request routing, filtering, | ||
template engine, MVC design pattern, and file-based static resources. | ||
authors: | ||
- Tom Yeh <[email protected]> | ||
homepage: http://rikulo.org/projects/stream | ||
documentation: http://docs.rikulo.org/stream | ||
repository: https://github.com/rikulo/stream | ||
issue_tracker: https://github.com/rikulo/stream/issues | ||
dependencies: | ||
rikulo_commons: '>=3.0.0 <5.0.0' | ||
rikulo_commons: '>=3.0.0 <4.1.0' | ||
logging: ">=0.11.0 <2.0.0" | ||
args: '>=0.13.0 <2.0.0' | ||
path: '>=1.3.0 <2.0.0' | ||
|
@@ -19,4 +21,4 @@ executables: | |
rspc: | ||
|
||
environment: | ||
sdk: '>=2.0.0 <3.0.0' | ||
sdk: '>=2.0.0 <2.8.0' |