Skip to content

Commit

Permalink
cleanup pub (lish) warnings (dart-lang#1876)
Browse files Browse the repository at this point in the history
* cleanup pub (lish) warnings

* drop flutter dep
  • Loading branch information
pq authored Dec 6, 2019
1 parent 395d718 commit 7d793a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: linter
version: 0.1.105+1

author: Dart Team <misc@dartlang.org>

description: >-
The implementation of the lint rules supported by the analyzer framework.
This package is not intended to be used directly.
Expand All @@ -16,21 +14,25 @@ environment:
dependencies:
analyzer: ^0.39.1
args: '>=1.4.0 <2.0.0'
charcode: ^1.0.0
glob: ^1.0.3
http: ^0.12.0
meta: ^1.0.2
path: ^1.2.0
source_span: ^1.0.2
yaml: ^2.1.2

dev_dependencies:
async: any # referenced in tests
benchmark_harness: ^1.0.0
cli_util: ^0.1.2
dart_style: ^1.3.3
fixnum:
path: test/mock_packages/fixnum
github: ^6.0.0
grinder: ^0.8.0
markdown: ^2.0.0
matcher: ^0.12.0
path: ^1.2.0
pedantic: ^1.6.0
pub_semver: ^1.4.2
test: ^1.9.3
4 changes: 4 additions & 0 deletions test/mock_packages/fixnum/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: fixnum

environment:
sdk: '>=2.2.2 <3.0.0'

0 comments on commit 7d793a9

Please sign in to comment.