Note on node version, bump npm version
This commit is contained in:
parent
108747ee1d
commit
e479d03613
|
|
@ -47,6 +47,8 @@ $ yarn # or npm install
|
||||||
$ gulp # By default, HTML & CSS files in './src' will be watched for changes
|
$ 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
|
### Configuring
|
||||||
To make a basic email from existing templates, you only have to edit the `conf.json` file in each template.
|
To make a basic email from existing templates, you only have to edit the `conf.json` file in each template.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "responsive-html-email-signature",
|
"name": "responsive-html-email-signature",
|
||||||
"version": "4.0.1",
|
"version": "4.0.2",
|
||||||
"description": "Responsive template for email signatures",
|
"description": "Responsive template for email signatures",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue