File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ module.exports = function (config) {
1515 '../node_modules/stack-generator/dist/stack-generator.js' ,
1616 '../node_modules/stacktrace-gps/dist/stacktrace-gps.js' ,
1717 '../node_modules/stacktrace-js/dist/stacktrace.js' ,
18- '../typings/tsd.d.ts' ,
1918 '**/*.ts'
2019 ] ,
2120 exclude : [ ] ,
@@ -29,6 +28,9 @@ module.exports = function (config) {
2928 sourceMap : true ,
3029 target : 'ES5'
3130 } ,
31+ typings : [
32+ 'typings/tsd.d.ts'
33+ ] ,
3234 transformPath : function ( path ) {
3335 return path . replace ( / \. t s $ / , '.js' ) ;
3436 }
Original file line number Diff line number Diff line change 2525 "es5-shim" : " ^4.1.1" ,
2626 "es6-promise" : " ^2.1.1" ,
2727 "es6-shim" : " ^0.31.0" ,
28+ "glob" : " ^5.0.5" ,
2829 "gulp" : " ^3.8.11" ,
2930 "gulp-concat" : " ^2.5.2" ,
3031 "gulp-karma" : " 0.0.4" ,
3738 "karma-chrome-launcher" : " ^0.1.8" ,
3839 "karma-cli" : " 0.0.4" ,
3940 "karma-jasmine" : " ~0.3.5" ,
40- "karma-typescript-preprocessor" : " 0.0.16 " ,
41+ "karma-typescript-preprocessor" : " 0.0.17 " ,
4142 "rimraf" : " ^2.3.3" ,
4243 "stack-generator" : " ^1.0.3" ,
4344 "stackframe" : " ^0.2.2" ,
4445 "stacktrace-gps" : " ^2.1.2" ,
4546 "stacktrace-js" : " git://github.com/stacktracejs/stacktrace.js.git" ,
46- "tsproject" : " ^0.8.3 " ,
47+ "tsproject" : " ^0.8.6 " ,
4748 "typescript" : " 1.5.0-beta"
4849 },
4950 "dependencies" : {}
You can’t perform that action at this time.
0 commit comments