Skip to content

Commit

Permalink
Merge pull request #34 from zanderwar/patch-1
Browse files Browse the repository at this point in the history
Changed type to vendor module
  • Loading branch information
robbieaverill committed Oct 26, 2017
2 parents 75e42b9 + c4f3ff6 commit 9ae282c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "silverleague/logviewer",
"description": "View your SilverStripe logs from inside the CMS",
"type": "silverstripe-module",
"type": "silverstripe-vendormodule",
"homepage": "https://github.com/silverleague/silverstripe-logviewer",
"license": "MIT",
"keywords": ["silverstripe", "error", "cms", "log", "monolog"],
Expand Down Expand Up @@ -31,7 +31,10 @@
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"expose": [
"client/dist"
]
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit 9ae282c

Please sign in to comment.