We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9b6bc commit 3faccc9Copy full SHA for 3faccc9
webdev/CHANGELOG.md
@@ -0,0 +1,4 @@
1
+## 0.1.0
2
+
3
+- Initial release. Supports basic invocation of `build` and `serve` with
4
+ `build_runner: ^0.8.0`.
webdev/pubspec.yaml
@@ -1,8 +1,10 @@
name: webdev
-description: A CLI for Dart web development.
+version: 0.1.0
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/webdev
5
-version: 0.1.0-dev
+description: >-
6
+ A CLI for Dart web development. Provides an easy and consistent set of
7
+ features for users and tools to build and deploy web applications with Dart.
8
9
environment:
10
sdk: ">=2.0.0-dev.32.0 <2.0.0"
0 commit comments