Skip to content

Commit

Permalink
Typings location changed
Browse files Browse the repository at this point in the history
  • Loading branch information
lathonez committed May 24, 2016
1 parent 5ac11b5 commit bc68b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gulp.task('build-e2e', ['clean-test'], () => {
let typescript: any = require('gulp-typescript');
let tsProject: any = typescript.createProject('tsconfig.json');
let src: Array<any> = [
join(config.typingsDir, '/browser.d.ts'),
join(config.typingsDir, '/index.d.ts'),
join(config.appDir, '**/*e2e.ts'),
];
let result: any = gulp.src(src)
Expand Down

0 comments on commit bc68b4d

Please sign in to comment.