Skip to content

Commit 7fdcec2

Browse files
committed
Update package.json to set correct name and version; add repository information.
1 parent 267354e commit 7fdcec2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"name": "yii2",
2+
"name": "@yii2-extensions/app-basic",
3+
"version": "0.1.0",
34
"description": "A modern PHP framework designed for professional Web development",
45
"dependencies": {
56
"bootstrap": "^5.3.2",
@@ -19,5 +20,9 @@
1920
"bugs": {
2021
"url": "https://github.com/yii2-extensions/app-basic/issues"
2122
},
22-
"homepage": "https://github.com/yii2-extensions/app-basic"
23+
"homepage": "https://github.com/yii2-extensions/app-basic",
24+
"repository": {
25+
"type": "git",
26+
"url": "https://github.com/yii2-extensions/app-basic.git"
27+
}
2328
}

0 commit comments

Comments
 (0)