-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated for Emails v2.4.0 with Dart Sass
- Loading branch information
1 parent
30d5a45
commit 3b40a8e
Showing
2 changed files
with
33 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "foundation-emails-template", | ||
"version": "1.0.0", | ||
"version": "2.4.0", | ||
"description": "Basic template for a Foundation for Emails project.", | ||
"repository": "zurb/foundation-emails-template", | ||
"repository": "foundation/foundation-emails-template", | ||
"main": "gulpfile.babel.js", | ||
"scripts": { | ||
"start": "gulp", | ||
|
@@ -11,10 +11,10 @@ | |
"litmus": "gulp litmus --production", | ||
"mail": "gulp mail --production" | ||
}, | ||
"author": "ZURB <[email protected]>", | ||
"author": "Foundation <[email protected]> (https://get.foundation)", | ||
"license": "MIT", | ||
"dependencies": { | ||
"foundation-emails": "^2.2.1" | ||
"foundation-emails": "^2.4.0" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.3.26", | ||
|
@@ -23,28 +23,39 @@ | |
"beepbeep": "^1.2.0", | ||
"browser-sync": "^2.11.0", | ||
"colors": "^1.1.2", | ||
"gulp": "^4.0.0", | ||
"gulp": "^4.0.2", | ||
"gulp-autoprefixer": "^7.0.1", | ||
"gulp-cached": "^1.1.0", | ||
"gulp-concat": "^2.6.0", | ||
"gulp-htmlmin": "^5.0.1", | ||
"gulp-if": "^3.0.0", | ||
"gulp-inject-string": "^1.1.0", | ||
"gulp-inline-css": "^3.4.0", | ||
"gulp-load-plugins": "^2.0.1", | ||
"gulp-postcss": "^8.0.0", | ||
"gulp-prettify": "^0.5.0", | ||
"gulp-prompt": "^1.2.0", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-rsync": "0.0.8", | ||
"gulp-sass": "^4.1.0", | ||
"gulp-sass-lint": "^1.4.0", | ||
"gulp-sourcemaps": "^2.6.5", | ||
"gulp-uncss": "^1.0.1", | ||
"gulp-wrap": "^0.15.0", | ||
"gulp-zip": "^5.0.1", | ||
"gulp-awspublish": "^3.0.1", | ||
"gulp-cli": "^1.1.0", | ||
"gulp-html-src": "^1.0.0", | ||
"gulp-htmlmin": "^1.1.1", | ||
"gulp-if": "^2.0.0", | ||
"gulp-imagemin": "^2.4.0", | ||
"gulp-inline-css": "^3.0.0", | ||
"gulp-litmus": "0.0.7", | ||
"gulp-load-plugins": "^1.1.0", | ||
"gulp-mail": "^0.1.1", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-replace": "^0.5.4", | ||
"gulp-sass": "^3.1.0", | ||
"gulp-sourcemaps": "^1.6.0", | ||
"gulp-uncss": "^1.0.1", | ||
"gulp-zip": "^3.2.0", | ||
"inky": "^1.3.6", | ||
"inky": "^1.4.1", | ||
"lazypipe": "^1.0.1", | ||
"merge-stream": "^1.0.0", | ||
"panini": "^1.3.0", | ||
"rimraf": "^2.3.3", | ||
"sass": "^1.35.2", | ||
"siphon-media-query": "^1.0.0", | ||
"yargs": "^4.1.0" | ||
}, | ||
|