File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
packages/opentelemetry-propagator-aws-xray Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 15
15
"tdd:node" : " npm run test -- --watch-extensions ts --watch" ,
16
16
"tdd:browser" : " karma start" ,
17
17
"codecov" : " nyc report --reporter=json && codecov -f coverage/*.json -p ../../" ,
18
+ "codecov:browser" : " nyc report --reporter=json && codecov -f coverage/*.json -p ../../" ,
18
19
"clean" : " tsc --build --clean tsconfig.json tsconfig.esm.json tsconfig.esnext.json" ,
19
20
"lint" : " eslint . --ext .ts" ,
20
21
"lint:fix" : " eslint . --ext .ts --fix" ,
59
60
"@opentelemetry/api" : " >=1.0.0 <1.9.0" ,
60
61
"@types/mocha" : " 10.0.6" ,
61
62
"@types/node" : " 18.6.5" ,
62
- "@types/sinon" : " 10.0.20" ,
63
63
"@types/webpack-env" : " 1.16.3" ,
64
64
"babel-plugin-istanbul" : " 6.1.1" ,
65
- "codecov" : " 3.8.3" ,
66
- "cross-var" : " 1.1.0" ,
67
65
"karma" : " 6.4.2" ,
68
66
"karma-chrome-launcher" : " 3.1.0" ,
69
67
"karma-coverage" : " 2.2.1" ,
You can’t perform that action at this time.
0 commit comments