Skip to content

Commit

Permalink
mv the packages/ directory to pkgs/ (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Nov 14, 2022
1 parent fc139c8 commit 7b269b6
Show file tree
Hide file tree
Showing 37 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/corpus
working-directory: pkgs/corpus

steps:
# These are the latest versions of the github actions; dependabot will
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/dart_flutter_team_lints
working-directory: pkgs/dart_flutter_team_lints

steps:
# These are the latest versions of the github actions; dependabot will
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repository is home to general Dart Ecosystem tools and packages.

## Packages

Package | Description | Published Version
--- | --- | ---
[corpus](packages/corpus/) | A tool to calculate the API usage for a package |
[dart_flutter_team_lints](packages/dart_flutter_team_lints/) | An analysis rule set used by the Dart and Flutter teams |
| Package | Description | Published Version |
| --- | --- | --- |
| [corpus](pkgs/corpus/) | A tool to calculate the API usage for a package |
| [dart_flutter_team_lints](pkgs/dart_flutter_team_lints/) | An analysis rule set used by the Dart and Flutter teams |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7b269b6

Please sign in to comment.