Skip to content

Commit

Permalink
chore: set publishConfig for test utils (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan authored Sep 15, 2021
1 parent 798fb2d commit 1b7ae9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/opentelemetry-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.25.0",
"description": "Test utilities for opentelemetry components",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
Expand Down

0 comments on commit 1b7ae9c

Please sign in to comment.