Skip to content

Commit

Permalink
mjml2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Badi committed May 27, 2016
1 parent 719342f commit 773d218
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,16 @@
}
},
"eslintConfig": {
"extends": ["zavatta", "zavatta-react"],
"extends": [
"zavatta",
"zavatta-react"
],
"rules": {
"camelcase": 0,
"comma-dangle": [2, "always-multiline"]
"comma-dangle": [
2,
"always-multiline"
]
},
"globals": {
"Promise": false
Expand Down Expand Up @@ -116,7 +122,7 @@
"classnames": "^2.2.3",
"immutable": "^3.7.6",
"lodash": "^4.6.1",
"mjml": "^2.1.0",
"mjml": "^2.1.1",
"mkdirp": "^0.5.1",
"node-mailjet": "^1.1.0",
"pure-render-decorator": "^1.1.0",
Expand Down

0 comments on commit 773d218

Please sign in to comment.