Skip to content

Commit

Permalink
chore(package): update package file
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Sep 23, 2024
1 parent d03d2e9 commit 4215ed7
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
{
"name": "vue-semantic-structure",
"version": "1.0.0-next.2",
"description": "Helper for semantic HTML structure.",
"private": true,
"license": "MIT",
"author": {
"name": "Thorn-Welf Walli",
"email": "[email protected]"
},
"version": "1.0.0-next.2",
"contributors": [
{
"name": "Thorn-Welf Walli",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/basics/vue-semantic-structure.git"
},
"type": "module",
"license": "MIT",
"exports": {
".": {
"import": "./dist/index.mjs",
Expand Down

0 comments on commit 4215ed7

Please sign in to comment.