Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit 1924b25

Browse files
arielweinbergermhartington
authored andcommitted
Changed browserify-typescript source definition file from "main.d.ts" to "index.d.ts", the "main" file name is deprecated in typings 1.x
1 parent dc6ee50 commit 1924b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browserify-typescript/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var gulp = require('gulp'),
1212

1313
var defaultOptions = {
1414
watch: false,
15-
src: ['./app/app.ts', './typings/main.d.ts'],
15+
src: ['./app/app.ts', './typings/index.d.ts'],
1616
outputPath: 'www/build/js/',
1717
outputFile: 'app.bundle.js',
1818
minify: false,

0 commit comments

Comments
 (0)