Skip to content

Commit 8a1795e

Browse files
sabinddansabin
authored andcommitted
Updating Dependencies (#1)
* updated dependencies
1 parent 6093cb3 commit 8a1795e

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ further defined and clarified by project maintainers.
7373
### Enforcement
7474

7575
Instances of abusive, harassing, or otherwise unacceptable behavior may be
76-
reported by contacting the project team at [INSERT EMAIL ADDRESS]. All
76+
reported by contacting the project team at [hello@freethinking.it](mailto:hello@freethinking.it?Subject=Inline-Email%20Report%20Abuse). All
7777
complaints will be reviewed and investigated and will result in a response that
7878
is deemed necessary and appropriate to the circumstances. The project team is
7979
obligated to maintain confidentiality with regard to the reporter of an incident.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ A CLI for converting HTML files to inline styled HTML suitable for emails.
77
The CLI also supports Inky HTML-based templating using `--inky` as an argument.
88
The CLI is designed to make working with ExactTarget, MailChimp, Emarsys, or any other email service easier if you're simply pasting the output into those systems.
99

10+
## Supported NodeJS Versions
11+
12+
NodeJS 6.x -> 9.x are supported. Older NodeJS will not work with this package.
13+
1014
## What this does not do.
1115

1216
`inline-email` does NOT check you're using email safe HTML tags.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inline-email",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "CLI for Merging HTML and CSS to inline for emails. Supports Inky Templates.",
55
"main": "bin/driver",
66
"scripts": {
@@ -12,9 +12,9 @@
1212
"author": "Dan Sabin <dan@freethinking.it>",
1313
"license": "MIT",
1414
"dependencies": {
15-
"command-line-args": "5.0.0",
15+
"command-line-args": "5.0.1",
1616
"command-line-usage": "4.1.0",
17-
"hoek": "^5.0.2",
17+
"hoek": "5.0.2",
1818
"inky": "1.3.7",
1919
"juice": "4.2.2"
2020
},
@@ -38,4 +38,4 @@
3838
"env": {
3939
"node": "6.12.3"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)