We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ea5c03 + c00c9a0 commit ff5c9b7Copy full SHA for ff5c9b7
package.json
@@ -69,8 +69,8 @@
69
".": "./dist/json-viewer.js",
70
"./src/*": "./src/*.js",
71
"./package.json": "./package.json",
72
- "./json-viewer.js": "./json-viewer.js",
73
- "./JsonViewer.js": "./JsonViewer.js"
+ "./json-viewer.js": "./dist/json-viewer.js",
+ "./JsonViewer.js": "./dist/JsonViewer.js"
74
},
75
"types": "./dist/index.d.ts"
76
}
0 commit comments