Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 1dd9323

Browse files
Add JS bundles and source maps to NPM package files (#66)
1 parent 0d736bf commit 1dd9323

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/opencensus-web-all/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
"files": [
4040
"build/src/**/*.js",
4141
"build/src/**/*.d.ts",
42+
"dist/*.js",
43+
"dist/*.js.map",
4244
"doc",
4345
"CHANGELOG.md",
4446
"LICENSE",

0 commit comments

Comments
 (0)