Merge pull request #1854 from abarth/fix_deps

Stop excluding sky/packages/sky during pub update
This commit is contained in:
Adam Barth 2015-10-28 12:12:02 -07:00
commit 3c57f107d4

3
DEPS
View File

@ -255,8 +255,7 @@ hooks = [
'src/sky/tools/dart_pub_get.py',
'--repository-root', '../..',
'--dart-sdk-directory',
'../../third_party/dart-sdk/dart-sdk',
'--dirs-to-ignore', 'sky/packages/sky',
'../../third_party/dart-sdk/dart-sdk'
],
},
{