Skip to content

Commit

Permalink
fix: add proper files option content
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Nov 7, 2022
1 parent d7b804e commit 47df2e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-mixable",
"description": "Turn Vue Mixins into Composables with a simple helper function",
"version": "0.1.0",
"version": "0.2.0",
"keywords": [
"Vue",
"composables",
Expand All @@ -28,8 +28,12 @@
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"default": "./dist/index.cjs"
}
},
"./package.json": "./package.json"
},
"files": [
"dist", "README.md", "LICENSE", "src"
],
"scripts": {
"dev": "vite",
"build": "vite build && tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir dist",
Expand Down

0 comments on commit 47df2e7

Please sign in to comment.