Skip to content

Commit 4215ed7

Browse files
committed
chore(package): update package file
1 parent d03d2e9 commit 4215ed7

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
{
22
"name": "vue-semantic-structure",
3+
"version": "1.0.0-next.2",
34
"description": "Helper for semantic HTML structure.",
45
"private": true,
6+
"license": "MIT",
57
"author": {
68
"name": "Thorn-Welf Walli",
79
"email": "[email protected]"
810
},
9-
"version": "1.0.0-next.2",
11+
"contributors": [
12+
{
13+
"name": "Thorn-Welf Walli",
14+
"email": "[email protected]"
15+
}
16+
],
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/basics/vue-semantic-structure.git"
20+
},
1021
"type": "module",
11-
"license": "MIT",
1222
"exports": {
1323
".": {
1424
"import": "./dist/index.mjs",

0 commit comments

Comments
 (0)