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",
"type": "wordpress-theme",
"license": "MIT",
"license": "GPL-3",
"description": "Aldine is the new root theme for Pressbooks, based on Sage.",
"homepage": "https://github.com/pressbooks/pressbooks-aldine/",
"authors": [
@ -9,6 +9,21 @@
"name": "Pressbooks (Book Oven Inc.)",
"email": "code@pressbooks.com",
"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": [

4
package.json

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

Loading…
Cancel
Save