Skip to content

Commit 1b0648a

Browse files
committed
cleanup package.json
1 parent d5adf80 commit 1b0648a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/opentelemetry-propagator-aws-xray/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"tdd:node": "npm run test -- --watch-extensions ts --watch",
1616
"tdd:browser": "karma start",
1717
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",
18+
"codecov:browser": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",
1819
"clean": "tsc --build --clean tsconfig.json tsconfig.esm.json tsconfig.esnext.json",
1920
"lint": "eslint . --ext .ts",
2021
"lint:fix": "eslint . --ext .ts --fix",
@@ -59,11 +60,8 @@
5960
"@opentelemetry/api": ">=1.0.0 <1.9.0",
6061
"@types/mocha": "10.0.6",
6162
"@types/node": "18.6.5",
62-
"@types/sinon": "10.0.20",
6363
"@types/webpack-env": "1.16.3",
6464
"babel-plugin-istanbul": "6.1.1",
65-
"codecov": "3.8.3",
66-
"cross-var": "1.1.0",
6765
"karma": "6.4.2",
6866
"karma-chrome-launcher": "3.1.0",
6967
"karma-coverage": "2.2.1",

0 commit comments

Comments
 (0)