Skip to content

Commit a7bf947

Browse files
committed
chore: update package.json
1 parent 60e9aff commit a7bf947

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"repository": "https://github.com/ThimoDEV/nuxt-codemirror",
66
"license": "MIT",
77
"type": "module",
8+
"author": {
9+
"name": "ThimoDEV",
10+
"url": "https://github.com/ThimoDEV"
11+
},
812
"exports": {
913
".": {
1014
"types": "./dist/types.d.ts",
@@ -50,5 +54,11 @@
5054
"typescript": "latest",
5155
"vitest": "^2.0.3",
5256
"vue-tsc": "^2.0.26"
53-
}
57+
},
58+
"keywords": [
59+
"nuxt",
60+
"codemirror",
61+
"vue"
62+
],
63+
"packageManager": "[email protected]"
5464
}

0 commit comments

Comments
 (0)