fix(build): Require gulp-ts2dart at least at 1.0.6.

This fixes the build by pulling in a later version that correctly ignores the .es6 files.
This commit is contained in:
Martin Probst 2015-03-31 13:50:44 -07:00
parent 08697e71fa
commit 09067ebdc5
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
"gulp-sourcemaps": "1.3.*", "gulp-sourcemaps": "1.3.*",
"gulp-template": "^3.0.0", "gulp-template": "^3.0.0",
"gulp-traceur": "0.17.*", "gulp-traceur": "0.17.*",
"gulp-ts2dart": "^1.0.0", "gulp-ts2dart": "^1.0.6",
"gulp-typescript": "ivogabe/gulp-typescript#3422fbff06532ccc57368f3b4c8801de8f72ef27", "gulp-typescript": "ivogabe/gulp-typescript#3422fbff06532ccc57368f3b4c8801de8f72ef27",
"gulp-webserver": "^0.8.7", "gulp-webserver": "^0.8.7",
"js-yaml": "^3.2.7", "js-yaml": "^3.2.7",