Skip to content

Commit e7a5cdd

Browse files
authored
include extra package.json files (#89)
1 parent 24e4105 commit e7a5cdd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nflx-spectator",
3-
"version": "3.0.0-rc.6",
3+
"version": "3.0.0-rc.7",
44
"license": "Apache-2.0",
55
"homepage": "https://github.com/Netflix/spectator-js",
66
"author": "Netflix Telemetry Engineering <[email protected]>",
@@ -20,8 +20,10 @@
2020
}
2121
},
2222
"files": [
23-
"esm/src/**/*",
24-
"cjs/src/**/*"
23+
"cjs/package.json",
24+
"cjs/src/**/*",
25+
"esm/package.json",
26+
"esm/src/**/*"
2527
],
2628
"engines": {
2729
"node": ">=18.0.0"

0 commit comments

Comments
 (0)