Skip to content

Commit 5f4d444

Browse files
committed
1.5.0
1 parent 369b76b commit 5f4d444

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

box.json

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"name":"Sendgrid SDK",
33
"slug":"sendgrid-sdk",
44
"type":"modules",
5-
"version":"1.4.2",
6-
"homepage": "https://github.com/coldbox-modules/sendgrid-sdk",
7-
"documentation": "https://github.com/coldbox-modules/sendgrid-sdk",
8-
"repository": {
9-
"type": "git",
10-
"URL": "https://github.com/coldbox-modules/sendgrid-sdk"
5+
"version":"1.5.0",
6+
"homepage":"https://github.com/coldbox-modules/sendgrid-sdk",
7+
"documentation":"https://github.com/coldbox-modules/sendgrid-sdk",
8+
"repository":{
9+
"type":"git",
10+
"URL":"https://github.com/coldbox-modules/sendgrid-sdk"
1111
},
12-
"bugs": "https://github.com/coldbox-modules/sendgrid-sdk/issues",
13-
"author": "Ortus Solutions",
14-
"location": "forgeboxStorage",
15-
"shortDescription": "An API for interacting with SendGrid, including sending emails and receiving webhooks",
16-
"description": "An API for interacting with SendGrid, including sending emails and receiving webhooks",
12+
"bugs":"https://github.com/coldbox-modules/sendgrid-sdk/issues",
13+
"author":"Ortus Solutions",
14+
"location":"forgeboxStorage",
15+
"shortDescription":"An API for interacting with SendGrid, including sending emails and receiving webhooks",
16+
"description":"An API for interacting with SendGrid, including sending emails and receiving webhooks",
1717
"dependencies":{
1818
"hyper":"^3.6.2"
1919
},
@@ -33,5 +33,9 @@
3333
"format":"cfformat run modules/sendgrid-sdk/**/*.cfc,tests/resources/**/*.cfc,tests/specs/**/*.cfc --overwrite",
3434
"install:2021":"cfpm install document,feed,zip"
3535
},
36-
"ignore": ["**/.*", "test", "tests"]
36+
"ignore":[
37+
"**/.*",
38+
"test",
39+
"tests"
40+
]
3741
}

0 commit comments

Comments
 (0)