1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-06 12:50:51 +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/", "CommonMarkTest": "test/",
"CommonMarkTestWeak": "test/" "CommonMarkTestWeak": "test/"
} }
},
"extra": {
"branch-alias": {
"dev-1.8.x-beta": "1.8.x-dev"
}
} }
} }