Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
- Created .npmignore
  • Loading branch information
AfzalSabbir committed Nov 25, 2022
1 parent c2fc598 commit c89764d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Empty file added .npmignore
Empty file.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
"name": "vue-sfc-vite",
"version": "0.0.1",
"description": "Vue SFC Vite is a Vue 3 SFC template for Vite",
"keywords": [
"vue",
"sfc",
"vite",
"vue-vite",
"sfc-vite",
"vue-sfc",
"vue-sfc-vite",
"vue-sfc-template",
"vue-sfc-template-vite",
"vue-sfc-template-vitejs"
],
"author": "Afzalur Rahman Sabbir <[email protected]>",
"homepage": "https://github.com/afzalsabbir/vue-sfc-vite#readme",
"license": "MIT",
Expand Down Expand Up @@ -29,5 +41,8 @@
"@types/node": "^18.11.9",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"engines": {
"node": ">=12.0.0"
}
}

0 comments on commit c89764d

Please sign in to comment.