Commit 4410e49
authored
- since `typings` is now considered a legacy alias and can't be used inside of `exports`, update all references to consistently use `types`
- `package.json#typings` -> `types`
- `typings` folder -> `types`
- for similar reasons, use consistent relative path `./` in `package.json`
- so `types` matches `exports.types`, `main` matches `exports.require`, and `module` matches `exports.import` _exactly_
1 parent 82532f9 commit 4410e49
3 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
File renamed without changes.
0 commit comments