Stop excluding sky/packages/sky during pub update

There's no need to exclude it anymore.
This commit is contained in:
Adam Barth 2015-10-28 12:01:24 -07:00
parent d749a73805
commit b89b550d20

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'
],
},
{