Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete committed Jul 20, 2022
1 parent 369b76b commit 5f4d444
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name":"Sendgrid SDK",
"slug":"sendgrid-sdk",
"type":"modules",
"version":"1.4.2",
"homepage": "https://github.com/coldbox-modules/sendgrid-sdk",
"documentation": "https://github.com/coldbox-modules/sendgrid-sdk",
"repository": {
"type": "git",
"URL": "https://github.com/coldbox-modules/sendgrid-sdk"
"version":"1.5.0",
"homepage":"https://github.com/coldbox-modules/sendgrid-sdk",
"documentation":"https://github.com/coldbox-modules/sendgrid-sdk",
"repository":{
"type":"git",
"URL":"https://github.com/coldbox-modules/sendgrid-sdk"
},
"bugs": "https://github.com/coldbox-modules/sendgrid-sdk/issues",
"author": "Ortus Solutions",
"location": "forgeboxStorage",
"shortDescription": "An API for interacting with SendGrid, including sending emails and receiving webhooks",
"description": "An API for interacting with SendGrid, including sending emails and receiving webhooks",
"bugs":"https://github.com/coldbox-modules/sendgrid-sdk/issues",
"author":"Ortus Solutions",
"location":"forgeboxStorage",
"shortDescription":"An API for interacting with SendGrid, including sending emails and receiving webhooks",
"description":"An API for interacting with SendGrid, including sending emails and receiving webhooks",
"dependencies":{
"hyper":"^3.6.2"
},
Expand All @@ -33,5 +33,9 @@
"format":"cfformat run modules/sendgrid-sdk/**/*.cfc,tests/resources/**/*.cfc,tests/specs/**/*.cfc --overwrite",
"install:2021":"cfpm install document,feed,zip"
},
"ignore": ["**/.*", "test", "tests"]
"ignore":[
"**/.*",
"test",
"tests"
]
}

0 comments on commit 5f4d444

Please sign in to comment.