Skip to content

Commit

Permalink
fix(package.json): publish source maps (#570)
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
  • Loading branch information
Amir Blum and vmarchaud committed Jul 17, 2021
1 parent 1ba3ce1 commit be5be06
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/opentelemetry-host-metrics/package.json
Expand Up @@ -33,6 +33,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -32,6 +32,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -33,6 +33,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -33,6 +33,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -32,6 +32,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -33,6 +33,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -32,6 +32,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -32,6 +32,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -35,6 +35,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -32,6 +32,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -34,6 +34,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -34,6 +34,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -34,6 +34,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -32,6 +32,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -33,6 +33,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -33,6 +33,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
1 change: 1 addition & 0 deletions plugins/node/opentelemetry-instrumentation-pg/package.json
Expand Up @@ -38,6 +38,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -33,6 +33,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -34,6 +34,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -32,6 +32,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -32,6 +32,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -33,6 +33,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
Expand Up @@ -33,6 +33,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down

0 comments on commit be5be06

Please sign in to comment.