Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit 3751d2c

Browse files
Security updates (#117)
1 parent 8a446cb commit 3751d2c

File tree

5 files changed

+19
-1118
lines changed

5 files changed

+19
-1118
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2018 SendGrid, Inc.
3+
Copyright (c) 2016-2019 Twilio SendGrid, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.PHONY: test
2+
3+
test:
4+
npm test

USAGE.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,3 @@ To run the example:
1515
```bash
1616
node examples/example
1717
```
18-
19-
# Documentation
20-
21-
If you would like to auto-generate documentation of the packages, you can do so locally by running:
22-
23-
`./node_modules/.bin/esdoc`
24-
25-
Using the .esdoc.json file, esdoc will create documentation in the docs directory.
26-
27-
## Checking docs coverage
28-
29-
You will find a coverage.json file in the **docs** directory. This will contain information about the documentation coverage for each of the different files in this repo.

0 commit comments

Comments
 (0)