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 8090624 commit 2bfaff7Copy full SHA for 2bfaff7
package.json
@@ -9,6 +9,10 @@
9
"email": "[email protected]",
10
"url": "https://lucasjosino.com"
11
},
12
+ "publishConfig": {
13
+ "access": "public",
14
+ "registry": "https://registry.npmjs.org"
15
+ },
16
"homepage": "https://github.com/HawAPI/",
17
"bugs": {
18
"url": "https://github.com/HawAPI/js-sdk/issues",
@@ -22,9 +26,9 @@
22
26
"stranger-things",
23
27
"stranger-things-api"
24
28
],
29
+ "types": "dist/types/index.d.ts",
25
30
"cdn": "dist/index.umd.min.js",
31
"main": "dist/index.min.js",
- "types": "dist/types/index.d.ts",
32
"unpkg": "dist/index.umd.min.js",
33
"module": "dist/index.esm.min.js",
34
"jsdelivr": "dist/index.umd.min.js",
0 commit comments