Skip to content
This repository was archived by the owner on May 2, 2024. It is now read-only.

Commit bbfbbc3

Browse files
committed
chore: Add meta information to package.json
1 parent cc8329f commit bbfbbc3

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
{
22
"name": "@mvsde/eleventy-plugin-vue",
33
"version": "0.1.0",
4-
"description": "Vue 3 templates for Eleventy.",
4+
"description": "Vue 3 SFC templates as layouts for Eleventy.",
5+
"keywords": [
6+
"eleventy",
7+
"eleventy-plugin",
8+
"vue",
9+
"vue3"
10+
],
11+
"author": {
12+
"name": "Fynn Becker",
13+
"email": "[email protected]",
14+
"url": "https://fynn.be"
15+
},
16+
"homepage": "https://github.com/mvsde/eleventy-plugin-vue",
17+
"bugs": {
18+
"url": "https://github.com/mvsde/eleventy-plugin-vue/issues",
19+
"email": "[email protected]"
20+
},
21+
"repository": {
22+
"type": "git",
23+
"url": "https://github.com/mvsde/eleventy-plugin-vue.git"
24+
},
525
"license": "MIT",
626
"type": "module",
727
"main": "dist/main.cjs",
@@ -13,10 +33,13 @@
1333
"prepack": "npm run build",
1434
"version": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file && git add CHANGELOG.md"
1535
},
36+
"engines": {
37+
"node": ">=18"
38+
},
1639
"files": [
17-
"main.js",
40+
"dist",
1841
"lib",
19-
"dist"
42+
"main.js"
2043
],
2144
"peerDependencies": {
2245
"vue": "^3"

0 commit comments

Comments
 (0)