Skip to content

Commit

Permalink
Updating Dependencies (#1)
Browse files Browse the repository at this point in the history
* updated dependencies
  • Loading branch information
sabind authored and dansabin committed Jan 19, 2018
1 parent 6093cb3 commit 8a1795e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ further defined and clarified by project maintainers.
### Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [INSERT EMAIL ADDRESS]. All
reported by contacting the project team at [hello@freethinking.it](mailto:hello@freethinking.it?Subject=Inline-Email%20Report%20Abuse). All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ A CLI for converting HTML files to inline styled HTML suitable for emails.
The CLI also supports Inky HTML-based templating using `--inky` as an argument.
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.

## Supported NodeJS Versions

NodeJS 6.x -> 9.x are supported. Older NodeJS will not work with this package.

## What this does not do.

`inline-email` does NOT check you're using email safe HTML tags.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inline-email",
"version": "1.0.0",
"version": "1.0.1",
"description": "CLI for Merging HTML and CSS to inline for emails. Supports Inky Templates.",
"main": "bin/driver",
"scripts": {
Expand All @@ -12,9 +12,9 @@
"author": "Dan Sabin <dan@freethinking.it>",
"license": "MIT",
"dependencies": {
"command-line-args": "5.0.0",
"command-line-args": "5.0.1",
"command-line-usage": "4.1.0",
"hoek": "^5.0.2",
"hoek": "5.0.2",
"inky": "1.3.7",
"juice": "4.2.2"
},
Expand All @@ -38,4 +38,4 @@
"env": {
"node": "6.12.3"
}
}
}

0 comments on commit 8a1795e

Please sign in to comment.