diff --git a/package.json b/package.json index c400762..f50e525 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "lint:js": "eslint .", "lint:js:fix": "eslint . --fix", "parse": "npm run format && npm run lint", - "postinstall": "husky install", "semantic-release": "semantic-release", "test": "npm run parse" }, diff --git a/src/webpack-mjml-store.js b/src/webpack-mjml-store.js index 1b95c5e..06409f5 100644 --- a/src/webpack-mjml-store.js +++ b/src/webpack-mjml-store.js @@ -13,7 +13,7 @@ const defaultOptions = { /** * @param inputPath - {String} - * @param options + * @param options - {Object} * @constructor */ const WebpackMjmlStore = function (inputPath, options) { @@ -126,7 +126,6 @@ WebpackMjmlStore.prototype.ensureFileExists = function (file, contents) { if (err) { throw err; } - resolve(contents); }); });