Note on node version, bump npm version

This commit is contained in:
Dan Mindru 2017-05-18 12:28:48 +02:00
parent 108747ee1d
commit e479d03613
2 changed files with 17 additions and 15 deletions

View File

@ -47,6 +47,8 @@ $ yarn # or npm install
$ gulp # By default, HTML & CSS files in './src' will be watched for changes
```
> Note: it's built using node v7.x, so please make sure your node version is up to date. Version 6+ should be fine.
### Configuring
To make a basic email from existing templates, you only have to edit the `conf.json` file in each template.

View File

@ -1,6 +1,6 @@
{
"name": "responsive-html-email-signature",
"version": "4.0.1",
"version": "4.0.2",
"description": "Responsive template for email signatures",
"main": "index.js",
"repository": {