Skip to content

Commit

Permalink
Restore composer package type to "component"
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek DeRaps authored Oct 25, 2017
1 parent ca9699f commit 986e75f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "components/jquery_ns_autogrow",
"description": "Automatically adjust textarea height based on user input. Non-sucking version.",
"type": "drupal-library",
"type": "component",
"license": "MIT",
"homepage": "https://github.com/components/jquery_ns_autogrow",
"require": {
"components/jquery": ">=1.7.0, < 4.0.0"
"components/jquery": ">=1.7.0, <4.0.0"
},
"extra": {
"component": {
Expand Down

0 comments on commit 986e75f

Please sign in to comment.