Update deps

This commit is contained in:
Dan Mindru 2018-09-03 22:12:00 +02:00
parent bae078590a
commit 823a7be173
4 changed files with 3221 additions and 6202 deletions

2
.nvmrc
View File

@ -1 +1 @@
v7
v8

5701
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,11 @@
{
"name": "responsive-html-email-signature",
"version": "4.0.4",
"version": "4.1.0",
"description": "Responsive template for emails & email signatures.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/fadeit/responsive-html-email-signature.git"
"url": "git+https://github.com/danmindru/responsive-html-email-signature.git"
},
"keywords": [
"responsive",
@ -19,28 +19,28 @@
"author": "Dan Mindru <mindrudan@gmail.com> (http://mindrudan.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fadeit/responsive-html-email-signature/issues"
"url": "https://github.com/danmindru/responsive-html-email-signature/issues"
},
"homepage": "https://github.com/fadeit/responsive-html-email-signature#readme",
"homepage": "https://github.com/danmindru/responsive-html-email-signature#readme",
"dependencies": {
"autoprefixer": "^7.1.2",
"del": "^2.2.0",
"autoprefixer": "^9.1.3",
"del": "^3.0.0",
"gulp": "~3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-david": "^1.0.1",
"gulp-inline-css": "~3.1.0",
"gulp-inline-css": "^3.3.0",
"gulp-inline-images-no-http": "^1.3.0",
"gulp-jsonlint": "^1.1.2",
"gulp-less": "^3.3.2",
"gulp-jsonlint": "^1.2.2",
"gulp-less": "^4.0.1",
"gulp-minify-html": "~1.0.5",
"gulp-minify-inline": "~0.2.1",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-preprocess": "~2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"klaw": "^1.3.1",
"q": "^1.5.0"
"gulp-minify-inline": "^1.0.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^8.0.0",
"gulp-preprocess": "^3.0.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"klaw": "^3.0.0",
"q": "^1.5.1"
},
"scripts": {
"deploy": "cp -r dist demo && git push origin `git subtree split --prefix demo develop`:gh-pages --force"

3684
yarn.lock

File diff suppressed because it is too large Load Diff