Browse Source

Update credits and license info.

pull/22/head
Ned Zimmerman 7 years ago
parent
commit
4c66f3aaf3
No known key found for this signature in database
GPG Key ID: FF56334A013120CA
  1. 17
      composer.json
  2. 4
      package.json

17
composer.json

@ -1,7 +1,7 @@
{ {
"name": "pressbooks/pressbooks-aldine", "name": "pressbooks/pressbooks-aldine",
"type": "wordpress-theme", "type": "wordpress-theme",
"license": "MIT", "license": "GPL-3",
"description": "Aldine is the new root theme for Pressbooks, based on Sage.", "description": "Aldine is the new root theme for Pressbooks, based on Sage.",
"homepage": "https://github.com/pressbooks/pressbooks-aldine/", "homepage": "https://github.com/pressbooks/pressbooks-aldine/",
"authors": [ "authors": [
@ -9,6 +9,21 @@
"name": "Pressbooks (Book Oven Inc.)", "name": "Pressbooks (Book Oven Inc.)",
"email": "code@pressbooks.com", "email": "code@pressbooks.com",
"homepage": "https://pressbooks.org" "homepage": "https://pressbooks.org"
},
{
"name": "Ben Word",
"email": "ben@benword.com",
"homepage": "https://github.com/retlehs"
},
{
"name": "Scott Walkinshaw",
"email": "scott.walkinshaw@gmail.com",
"homepage": "https://github.com/swalkinshaw"
},
{
"name": "QWp6t",
"email": "hi@qwp6t.me",
"homepage": "https://github.com/qwp6t"
} }
], ],
"keywords": [ "keywords": [

4
package.json

@ -13,8 +13,8 @@
}, },
"licenses": [ "licenses": [
{ {
"type": "MIT", "type": "GPL-3.0",
"url": "http://opensource.org/licenses/MIT" "url": "https://opensource.org/licenses/GPL-3.0"
} }
], ],
"browserslist": [ "browserslist": [

Loading…
Cancel
Save