File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 49
49
"gulp-mocha-phantomjs" : " ^0.12.0" ,
50
50
"gulp-replace" : " 0.5.4" ,
51
51
"gulp-sourcemaps" : " 1.6.0" ,
52
- "gulp-tslint" : " 7.1.0 " ,
52
+ "gulp-tslint" : " 6.0.1 " ,
53
53
"gulp-uglify" : " 1.5.4" ,
54
54
"gulp-wrap-umd" : " 0.2.1" ,
55
55
"mock-fs" : " 3.11.0" ,
Original file line number Diff line number Diff line change 9
9
"bundles" : {
10
10
"exceptionless-nodespec" : {
11
11
"files" : [
12
- " typings/mocha/ mocha.d.ts" ,
13
- " typings/chai/ chai.d.ts" ,
14
- " typings/node/ node.d.ts" ,
15
- " typings/stack-trace/ stack-trace.d.ts" ,
12
+ " ../node_modules/@types/ mocha/index .d.ts" ,
13
+ " ../node_modules/@types/ chai/index .d.ts" ,
14
+ " ../node_modules/@types/ node/index .d.ts" ,
15
+ " ../node_modules/@types/ stack-trace/index .d.ts" ,
16
16
17
17
" exceptionless.node.ts" ,
18
18
22
22
},
23
23
"exceptionless-browserspec" : {
24
24
"files" : [
25
- " typings/mocha/ mocha.d.ts" ,
26
- " typings/chai/ chai.d.ts" ,
25
+ " ../node_modules/@types/ mocha/index .d.ts" ,
26
+ " ../node_modules/@types/ chai/index .d.ts" ,
27
27
28
28
" exceptionless.ts" ,
29
29
You can’t perform that action at this time.
0 commit comments