This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a43a26
commit 7383054
Showing
2 changed files
with
25 additions
and
21 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,5 +1,5 @@ | ||
name: code_builder | ||
version: 0.1.0 | ||
version: 0.1.0-dev | ||
description: A fluent API for generating Dart code | ||
author: Dart Team <[email protected]> | ||
homepage: https://github.com/dart-lang/code_builder | ||
|
@@ -8,10 +8,16 @@ environment: | |
sdk: '>=1.9.1 <2.0.0' | ||
|
||
dependencies: | ||
analyzer: ">=0.27.1 <0.29.0" | ||
dart_style: ^0.2.9+1 | ||
analyzer: | ||
dart_style: | ||
matcher: ^0.12.0+2 | ||
meta: ^1.0.2 | ||
|
||
dev_dependencies: | ||
test: ^0.12.0 | ||
|
||
dependency_overrides: | ||
# As of 9-13-2016, this is the internal SHA. This means we can't publish to | ||
# pub, but at least can develop with code that will work out of the box on | ||
# the internal repo. | ||
analyzer: 0.29.0-alpha.0 |