Emails: Update notification templates (#19662)

- Update copyright year
- Remove duplicated xmlns
This commit is contained in:
Olivier Lemasle
2019-10-31 10:33:33 -07:00
committed by Marcus Olsson
parent f6bdcb260a
commit 64752f38e8
8 changed files with 23 additions and 25 deletions
+8 -10
View File
@@ -13,16 +13,14 @@
"start": "grunt watch"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-premailer": "^1.1.10",
"grunt": "1.0.1",
"grunt-premailer": "1.1.0",
"grunt-processhtml": "^0.4.2",
"grunt-uncss": "^0.3.7",
"load-grunt-config": "^0.14.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-text-replace": "^0.3.12"
},
"dependencies": {
"grunt-assemble": "^0.4.0",
"grunt-contrib-clean": "^0.6.0"
"grunt-uncss": "0.9.0",
"load-grunt-config": "3.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-text-replace": "0.4.0",
"grunt-assemble": "0.6.3",
"grunt-contrib-clean": "2.0.0"
}
}