1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-02 11:22:37 +02:00

add a branch alias to allow installing untagged 1.8 versions

This commit is contained in:
Christian Flothmann
2024-07-17 05:59:36 +02:00
parent 89880dd0a9
commit e7a3bccbae

View File

@@ -29,5 +29,10 @@
"CommonMarkTest": "test/",
"CommonMarkTestWeak": "test/"
}
},
"extra": {
"branch-alias": {
"dev-1.8.x-beta": "1.8.x-dev"
}
}
}