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 9622a4c commit cf49405Copy full SHA for cf49405
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@iplsplatoon/vue-components",
3
- "version": "3.3.2",
+ "version": "3.3.3",
4
"description": "Vue components for internal Inkling Performance Labs utilities.",
5
"homepage": "https://github.com/IPLSplatoon/vue-components",
6
"repository": "https://github.com/IPLSplatoon/vue-components",
@@ -18,11 +18,13 @@
18
".": {
19
"browser": {
20
"import": "./dist/index.mjs",
21
- "default": "./dist/index.umd.js"
+ "default": "./dist/index.umd.js",
22
+ "types": "./dist/index.d.ts"
23
},
24
"default": {
25
- "require": "./dist/index.umd.js"
26
+ "require": "./dist/index.umd.js",
27
28
}
29
30
"./style.css": "./dist/style.css"
0 commit comments