Skip to content

Commit

Permalink
Makes module installable via Composer
Browse files Browse the repository at this point in the history
Adds needed `composer.json` file so the module can be installed via
Composer or included by other modules.
  • Loading branch information
petemcw committed Sep 6, 2016
1 parent 45f6de0 commit 4b77102
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "jacerider/fett",
"description": "A front-end Drupal base theme of awesomeness built upon Zurb Foundation.",
"type": "drupal-module",
"license": "GPL-2.0+",
"homepage": "https://github.com/jacerider/fett",
"minimum-stability": "dev",
"keywords": [
"Drupal",
"Theme"
],
"support": {
"issues": "https://github.com/jacerider/fett/issues",
"source": "https://github.com/jacerider/fett"
},
"require": {}
}

0 comments on commit 4b77102

Please sign in to comment.