We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b4f11 commit d2cfc8aCopy full SHA for d2cfc8a
2 files changed
index.ts index.d.tsindex.ts renamed to index.d.ts
package.json
@@ -1,12 +1,11 @@
1
{
2
"name": "lfm-types",
3
"author": "Oscar & dandandev",
4
- "version": "1.0.7",
+ "version": "1.0.8",
5
"files": [
6
- "index.ts"
+ "index.d.ts"
7
],
8
- "main": "index.ts",
9
- "types": "index.ts",
+ "types": "index.d.ts",
10
"license": "MIT",
11
"description": "Type definitions for the League-FM API",
12
"repository": {
0 commit comments