Skip to content

Commit

Permalink
Prepare for 0.17.4 release / downgrade csswring to 6.0.3 to keep node…
Browse files Browse the repository at this point in the history
… 6/7 compat

csswring 7.0.0 broke the build under older node versions.
  • Loading branch information
bago committed Jul 25, 2018
1 parent aca726b commit 1321e6f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ module.exports = function(grunt) {
'caniuse-lite': 'CC-BY-4.0', // Not bundled, used at build time
'spdx-exceptions': 'CC-BY-3.0', // Not bundled, used at build time
'spdx-ranges': 'CC-BY-3.0', // Not bundled, used at build time
'node-releases': 'CC-BY-4.0', // Not bundled, used at build time
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mosaico",
"version": "0.17.3",
"version": "0.17.4",
"description": "Mosaico - OpenSource Email Template Editor",
"main": "./src/js/app.js",
"repository": {
Expand Down Expand Up @@ -69,7 +69,7 @@
"browserify-versionify": "^1.0.6",
"cheerio": "1.0.0-rc.2",
"connect-livereload": "0.6.0",
"csswring": "7.0.0",
"csswring": "6.0.3",
"express": "4.16.3",
"gm": "1.23.1",
"grunt": "1.0.3",
Expand Down
3 changes: 2 additions & 1 deletion package.json.NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
tinymce is "locked" to 4.5.8 because of major issues with the newer releases (still broken in4.8.0)
grunt-release is "locked" to 0.13.1 because 0.14.0 is broken and no new releases have been made since that.
grunt-contrib-compress is locked to 1.3.0 because 1.4.3 introduce iltorb dependency (even if optional) and makes the build instable.
grunt-contrib-compress is locked to 1.3.0 because 1.4.3 introduce iltorb dependency (even if optional) and makes the build instable.
csswring is "locked" to 6.0.3 because 7.0 uses "..." construct and fails to build on older nodes (6,7)

0 comments on commit 1321e6f

Please sign in to comment.