Skip to content

Commit

Permalink
Merge pull request #66 from davisshaver/patch-1
Browse files Browse the repository at this point in the history
Add composer type as `wordpress-plugin` for easier use in CI/CD
  • Loading branch information
mboynes committed Jan 18, 2018
2 parents 8f41655 + 24c0c11 commit 6d92e73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "alleyinteractive/ad-layers",
"type": "wordpress-plugin",
"authors": [
{
"name": "Matthew Boynes",
Expand All @@ -14,4 +15,4 @@
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs",
"post-update-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs"
}
}
}

0 comments on commit 6d92e73

Please sign in to comment.