Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
inkfarer committed Aug 9, 2024
2 parents 0bd2556 + cf49405 commit e7e1244
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iplsplatoon/vue-components",
"version": "3.3.2",
"version": "3.3.3",
"description": "Vue components for internal Inkling Performance Labs utilities.",
"homepage": "https://github.com/IPLSplatoon/vue-components",
"repository": "https://github.com/IPLSplatoon/vue-components",
Expand All @@ -18,11 +18,13 @@
".": {
"browser": {
"import": "./dist/index.mjs",
"default": "./dist/index.umd.js"
"default": "./dist/index.umd.js",
"types": "./dist/index.d.ts"
},
"default": {
"import": "./dist/index.mjs",
"require": "./dist/index.umd.js"
"require": "./dist/index.umd.js",
"types": "./dist/index.d.ts"
}
},
"./style.css": "./dist/style.css"
Expand Down

0 comments on commit e7e1244

Please sign in to comment.