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.
1 parent 8f48307 commit 1e99c9bCopy full SHA for 1e99c9b
‎README.md
@@ -32,8 +32,8 @@ This used to be a [ponyfill](https://ponyfill.com) for
32
- [skipOverflowHiddenElements](#skipoverflowhiddenelements)
33
- [TypeScript support](#typescript-support)
34
- [Breaking API changes from v1](#breaking-api-changes-from-v1)
35
- - [v1](#v1)
36
- - [v2](#v2)
+ - [v1](#v1)
+ - [v2](#v2)
37
- [centerIfNeeded](#centerifneeded)
38
- [v1](#v1-1)
39
- [v2](#v2-1)
‎tsconfig.json
@@ -16,9 +16,5 @@
16
"strict": true,
17
"lib": ["dom", "dom.iterable", "esnext"]
18
},
19
- "exclude": [
20
- "node_modules",
21
- "dist",
22
- "tests"
23
- ]
+ "exclude": ["node_modules", "dist", "tests"]
24
}
0 commit comments