Remove unused package

This commit is contained in:
Dan Mindru 2019-09-04 00:15:45 +02:00
parent 5d6f4fbf81
commit ad755548d5
2 changed files with 5 additions and 2 deletions

5
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "responsive-html-email-signature", "name": "responsive-html-email-signature",
"version": "5.1.1", "version": "6.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -5188,6 +5188,7 @@
} }
} }
}, },
<<<<<<< HEAD
<<<<<<< HEAD <<<<<<< HEAD
"gulp-cli": { "gulp-cli": {
"version": "2.2.0", "version": "2.2.0",
@ -5313,6 +5314,8 @@
} }
} }
}, },
=======
>>>>>>> Remove unused package
"gulp-david": { "gulp-david": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/gulp-david/-/gulp-david-1.0.1.tgz", "resolved": "https://registry.npmjs.org/gulp-david/-/gulp-david-1.0.1.tgz",

View File

@ -74,7 +74,7 @@
"husky": { "husky": {
"hooks": { "hooks": {
"pre-push": "npm test", "pre-push": "npm test",
"pre-commit": "npm run lint && pretty-quick --staged --pattern ./**/*.js" "pre-commit": "npm run lint && ./node_modules/.bin/pretty-quick --staged --pattern ./**/*.js"
} }
} }
} }