Skip to content

Commit

Permalink
[Fix] Add types to dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope committed Apr 27, 2022
1 parent 5df822f commit abd48e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ lib
dist
**/bundle.js
.DS_Store
/css/
/types/
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,5 @@
"build-storybook": "build-storybook",
"chromatic": "npx chromatic"
},
"files": [
"dist/",
"css/",
"types/"
],
"types": "types/s-forms.d.ts"
"types": "./dist/s-forms.d.ts"
}

0 comments on commit abd48e6

Please sign in to comment.