Skip to content

Commit

Permalink
add files section in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dohomi committed Nov 3, 2023
1 parent 1a93f26 commit 9ea3d37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "storyblok-generate-ts",
"version": "2.0.0",
"version": "2.0.1",
"description": "Generates TypeScript types based on component file",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/dohomi/storyblok-generate-ts.git"
},
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/dohomi/storyblok-generate-ts/issues"
},
Expand Down

0 comments on commit 9ea3d37

Please sign in to comment.