Skip to content

Commit

Permalink
remove dependency overrides in package:build to prep for publish (#1875)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Oct 8, 2018
1 parent 2e5803b commit cc88b01
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions build/pubspec.yaml
Expand Up @@ -18,26 +18,8 @@ dependencies:

dev_dependencies:
build_resolvers: ^0.2.2+4
build_runner: ^0.9.0
build_runner: ^1.0.0
build_test: ^0.10.0
build_vm_compilers: ^0.1.0
pedantic: ^1.0.0
test: ^1.2.0

dependency_overrides:
build_config:
path: ../build_config
build_modules:
path: ../build_modules
build_runner:
path: ../build_runner
build_runner_core:
path: ../build_runner_core
build_resolvers:
path: ../build_resolvers
build_test:
path: ../build_test
build_vm_compilers:
path: ../build_vm_compilers
scratch_space:
path: ../scratch_space

0 comments on commit cc88b01

Please sign in to comment.