We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03d2e9 commit 4215ed7Copy full SHA for 4215ed7
package.json
@@ -1,14 +1,24 @@
1
{
2
"name": "vue-semantic-structure",
3
+ "version": "1.0.0-next.2",
4
"description": "Helper for semantic HTML structure.",
5
"private": true,
6
+ "license": "MIT",
7
"author": {
8
"name": "Thorn-Welf Walli",
9
"email": "lammpee@gmail.com"
10
},
- "version": "1.0.0-next.2",
11
+ "contributors": [
12
+ {
13
+ "name": "Thorn-Welf Walli",
14
+ "email": "lammpee@gmail.com"
15
+ }
16
+ ],
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "git+https://github.com/basics/vue-semantic-structure.git"
20
+ },
21
"type": "module",
- "license": "MIT",
22
"exports": {
23
".": {
24
"import": "./dist/index.mjs",
0 commit comments