Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Dart: Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed May 17, 2019
1 parent 395b110 commit 2884e4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions containers/dart/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ FROM google/dart:2

ENV PATH="$PATH":"/root/.pub-cache/bin"

RUN pub global activate webdev

# Install git, process tools
RUN apt-get update && apt-get -y install git procps

Expand Down
3 changes: 1 addition & 2 deletions containers/dart/test-project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ environment:
sdk: '>=2.1.0 <3.0.0'

dev_dependencies:
build_runner: ^1.1.2
build_web_compilers: ^1.0.0
pedantic: ^1.0.0

0 comments on commit 2884e4f

Please sign in to comment.