Skip to content

Commit 8d9be71

Browse files
authored
fix types dir (#87)
1 parent 2f11fe8 commit 8d9be71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "nflx-spectator",
3-
"version": "3.0.0-rc.4",
3+
"version": "3.0.0-rc.5",
44
"license": "Apache-2.0",
55
"homepage": "https://github.com/Netflix/spectator-js",
66
"author": "Netflix Telemetry Engineering <[email protected]>",
77
"type": "module",
88
"main": "cjs/src/index.js",
9-
"types": "build/src/index.d.ts",
9+
"types": "esm/src/index.d.ts",
1010
"exports": {
1111
"import": "./esm/src/index.js",
1212
"require": "./cjs/src/index.js"

0 commit comments

Comments
 (0)