Skip to content

Commit

Permalink
fix(types): update types export
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 21, 2023
1 parent c1fa660 commit cd632ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
"source.fixAll.eslint": "explicit",
"source.fixAll.stylelint": "explicit"
},
"editor.formatOnPaste": true,
"editor.trimAutoWhitespace": true,
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"exports": {
".": {
"import": "./dist/kong-auth-elements.vue.es.js",
"require": "./dist/kong-auth-elements.vue.umd.js"
"require": "./dist/kong-auth-elements.vue.umd.js",
"types": "./dist/types/index.d.ts"
},
"./package.json": "./package.json",
"./dist/*": "./dist/*"
Expand Down

0 comments on commit cd632ea

Please sign in to comment.