Skip to content

Commit

Permalink
Merge branch 'master' into greenkeeper/@types/gulp-4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesadarich committed Mar 9, 2017
2 parents dc3d176 + f8cbd29 commit dacf81a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration-tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preserveConstEnums": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"lib": [ "es5", "es2015.promise" ]
"lib": [ "es2015" ]
},
"buildOnSave": false,
"compileOnSave": true,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preserveConstEnums": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"lib": [ "es5", "es2015.promise" ]
"lib": [ "es2015" ]
},
"buildOnSave": false,
"compileOnSave": true,
Expand Down

0 comments on commit dacf81a

Please sign in to comment.