Skip to content

Commit 6ba55e4

Browse files
authored
Config: Change package type to library to fix Packagist install command (#3)
1 parent ebe3e34 commit 6ba55e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ezar101/litedocs",
33
"description": "A lightweight static site generator.",
44
"license": "MIT",
5-
"type": "project",
5+
"type": "library",
66
"authors": [
77
{
88
"name": "Ezar Affandi",

0 commit comments

Comments
 (0)