Skip to content

Commit

Permalink
remove useless deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ngarnier committed Sep 26, 2018
1 parent 5ccef55 commit 2419ffe
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json2mjml",
"version": "1.0.2",
"version": "1.0.3",
"description": "A package to convert a MJML template from JSON to XML",
"main": "lib/json2mjml.js",
"bin": {
Expand All @@ -15,10 +15,7 @@
"license": "MIT",
"author": "Nicolas Garnier",
"dependencies": {
"commander": "^2.11.0",
"htmlparser2": "^3.9.2",
"lodash": "^4.17.2",
"mjml": "^3.3.5"
"commander": "^2.11.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
Expand Down

0 comments on commit 2419ffe

Please sign in to comment.