Skip to content

Commit c6954e1

Browse files
xingarrdfsmania
andauthored
Add missing metadata to package.json (#1360)
* Add missing metadata to package.json * Rename project and update description Updated project name and description for clarity. --------- Co-authored-by: Diego Smania <shidersz@hotmail.com>
1 parent ee4bb9b commit c6954e1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
"name": "laravel-adminlte-docs",
3+
"description": "Documentation site for the Laravel-AdminLTE package (built with VitePress)",
4+
"version": "1.0.0",
5+
"private": true,
26
"directories": {
37
"doc": "docs"
48
},
@@ -7,8 +11,12 @@
711
"docs:build": "vitepress build docs",
812
"docs:preview": "vitepress preview docs"
913
},
10-
"author": "",
11-
"license": "ISC",
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/jeroennoten/Laravel-AdminLTE.git"
17+
},
18+
"author": "Jeroen Noten <jeroennoten@me.com>",
19+
"license": "MIT",
1220
"devDependencies": {
1321
"vitepress": "^1.6.0"
1422
}

0 commit comments

Comments
 (0)