Skip to content

Commit

Permalink
Merge pull request jacerider#5 from petemcw/composer-installable
Browse files Browse the repository at this point in the history
Makes module installable via Composer
  • Loading branch information
jacerider committed Sep 7, 2016
2 parents 45f6de0 + 4b77102 commit 3ecd4d2
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 3ecd4d2

Please sign in to comment.