Remove obsolete branch-alias

This commit is contained in:
Damian Mooyman 2016-11-17 10:15:58 +13:00
parent 738ca1733e
commit 2eb0ab1872
1 changed files with 29 additions and 28 deletions

View File

@ -2,7 +2,12 @@
"name": "silverstripe/externallinks",
"description": "Adds tracking of external broken links to the SilverStripe CMS",
"type": "silverstripe-module",
"keywords": ["silverstripe", "broken", "links", "href"],
"keywords": [
"silverstripe",
"broken",
"links",
"href"
],
"license": "BSD-3-Clause",
"authors": [
{
@ -21,9 +26,5 @@
"suggest": {
"silverstripe/queuedjobs": "Speeds up running the job for Content Editors fropm the report"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
"extra": []
}