Browse Source

Update composer.json.

pull/3/merge
Ned Zimmerman 7 years ago
parent
commit
f2b5c58763
No known key found for this signature in database
GPG Key ID: FF56334A013120CA
  1. 17
      composer.json

17
composer.json

@ -3,25 +3,20 @@
"type": "wordpress-theme", "type": "wordpress-theme",
"license": "MIT", "license": "MIT",
"description": "WordPress starter theme with a modern development workflow", "description": "WordPress starter theme with a modern development workflow",
"homepage": "https://roots.io/sage/", "homepage": "https://github.com/pressbooks/pressbooks-aldine/",
"authors": [ "authors": [
{ {
"name": "Ben Word", "name": "Pressbooks (Book Oven Inc.)",
"email": "ben@benword.com", "email": "code@pressbooks.com",
"homepage": "https://github.com/retlehs" "homepage": "https://pressbooks.org"
},
{
"name": "Scott Walkinshaw",
"email": "scott.walkinshaw@gmail.com",
"homepage": "https://github.com/swalkinshaw"
} }
], ],
"keywords": [ "keywords": [
"wordpress" "wordpress"
], ],
"support": { "support": {
"issues": "https://github.com/roots/sage/issues", "issues": "https://github.com/pressbooks/pressbooks-aldine/issues",
"forum": "https://discourse.roots.io/" "forum": "https://discourse.pressbooks.org/"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

Loading…
Cancel
Save