We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a9f90 commit 19adc31Copy full SHA for 19adc31
packages/installations-compat/package.json
@@ -8,14 +8,14 @@
8
"esm5": "dist/esm/index.esm.js",
9
"exports": {
10
".": {
11
- "types": "./dist/installations-compat.d.ts",
+ "types": "./dist/src/index.d.ts",
12
"require": "./dist/index.cjs.js",
13
"esm5": "./dist/esm/index.esm.js",
14
"default": "./dist/esm/index.esm2017.js"
15
},
16
"./package.json": "./package.json"
17
18
- "typings": "dist/installations-compat.d.ts",
+ "typings": "dist/src/index.d.ts",
19
"license": "Apache-2.0",
20
"files": [
21
"dist"
0 commit comments