Skip to content

Commit

Permalink
fix: changed gulp-eslint dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 28, 2020
1 parent e806126 commit 1a52aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -7,7 +7,7 @@ const count = require("gulp-count");
const mocha = require("gulp-mocha");
const jsdoc = require("gulp-jsdoc3");
const concat = require("gulp-concat");
const eslint = require("gulp-eslint");
const eslint = require("gulp-eslint7");
const terser = require("gulp-terser");
const replace = require("gulp-replace");
const sourcemaps = require("gulp-sourcemaps");
Expand Down
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -50,9 +50,6 @@
"upgrade": "npx sort-package-json && ncu -u",
"watch": "gulp watch"
},
"resolutions": {
"eslint": "^7.16.0"
},
"dependencies": {
"node-fetch": "^2.6.1",
"xmlhttprequest": "^1.8.0"
Expand All @@ -69,7 +66,7 @@
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-count": "^1.0.0",
"gulp-eslint": "^6.0.0",
"gulp-eslint7": "^0.3.0",
"gulp-jsdoc3": "^3.0.0",
"gulp-mocha": "^7.0.2",
"gulp-replace": "^1.0.0",
Expand Down

0 comments on commit 1a52aac

Please sign in to comment.