1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-02 19:32:35 +02:00

Merge pull request #876 from xabbuh/branch-alias

add a branch alias to allow installing untagged 1.8 versions
This commit is contained in:
Emanuil Rusev
2024-07-18 10:01:16 +03:00
committed by GitHub

View File

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