Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Update required packages and authors.
Browse files Browse the repository at this point in the history
  • Loading branch information
gremy committed Sep 29, 2017
1 parent 4ab6683 commit a7e7a02
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@
"description": "Adds jQuery NS Autogrow to all textarea's in Drupal 8.",
"keywords": ["Drupal"],
"license": "MIT",
"authors": [{
"name": "Rob Loach",
"email": "robloach@gmail.com",
"homepage": "https://robloach.net",
"role": "Maintainer"
}],
"authors": [
{
"name": "Rob Loach",
"email": "robloach@gmail.com",
"homepage": "https://robloach.net",
"role": "Maintainer"
},
{
"name": "Gremy",
"homepage": "https://www.drupal.org/user/829152"
}
],
"repositories": [{
"type": "composer",
"url": "https://packages.drupal.org/8"
Expand All @@ -22,6 +28,6 @@
},
"require": {
"drupal/core": "~8",
"ro31337/jquery_ns_autogrow": "1.1.6"
"kalamuna/jquery_ns_autogrow": "dev-master"
}
}

0 comments on commit a7e7a02

Please sign in to comment.