Skip to content

Commit 09067eb

Browse files
committed
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.
1 parent 08697e7 commit 09067eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"gulp-sourcemaps": "1.3.*",
5757
"gulp-template": "^3.0.0",
5858
"gulp-traceur": "0.17.*",
59-
"gulp-ts2dart": "^1.0.0",
59+
"gulp-ts2dart": "^1.0.6",
6060
"gulp-typescript": "ivogabe/gulp-typescript#3422fbff06532ccc57368f3b4c8801de8f72ef27",
6161
"gulp-webserver": "^0.8.7",
6262
"js-yaml": "^3.2.7",

0 commit comments

Comments
 (0)