]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Update more package details chore/update-dependencies 970/head
authorJoe Workman <joe@workmanmail.com>
Mon, 20 Jul 2020 19:46:11 +0000 (12:46 -0700)
committerJoe Workman <joe@workmanmail.com>
Mon, 20 Jul 2020 19:46:11 +0000 (12:46 -0700)
gem/foundation-emails.gemspec
package.json

index fb5d7f0a377ceeab718c26fc3368dc3fd8dce18c..fa7d986ddf91ddfdd3efe144da9a3c049e8cc335 100644 (file)
@@ -6,10 +6,10 @@ require "foundation_emails/version"
 Gem::Specification.new do |spec|
   spec.name          = "foundation_emails"
   spec.version       = FoundationEmails::VERSION
-  spec.authors       = ["ZURB"]
-  spec.email         = ["foundation@zurb.com"]
+  spec.authors       = ["Foundation"]
+  spec.email         = ["contact@get.foundation"]
 
-  spec.summary       = %q{A framework for responsive emails made by ZURB.}
+  spec.summary       = %q{A framework for responsive emails.}
   spec.description   = %q{Foundation for Emails (previously known as Ink) is a framework for creating responsive HTML emails that work in any email client.}
   spec.homepage      = "https://get.foundation/emails"
   spec.license       = "MIT"
index 139aee48e94998a6b1095d8a1c8f7f59feb5b0a2..61b3e630376a1e9ad866ab78723d214fcc4b9aae 100644 (file)
@@ -1,14 +1,14 @@
 {
   "name": "foundation-emails",
   "version": "2.2.1",
-  "description": "A framework for responsive emails made by ZURB",
+  "description": "A framework for responsive emails",
   "keywords": [
     "responsive",
     "emails"
   ],
   "style": "dist/foundation-emails.min.css",
   "main": "dist/foundation-emails.css",
-  "author": "ZURB <foundation@zurb.com> (http://foundation.zurb.com)",
+  "author": "Foundation <contact@get.foundation> (https://get.foundation)",
   "scripts": {
     "start": "gulp",
     "test:visual": "gulp test",