Bump packages to fix linter

This commit is contained in:
Henry Mercer 2023-01-18 20:50:03 +00:00
parent ed9506bbaf
commit 0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions

View file

@ -1,6 +1,6 @@
{
"name": "eslint-plugin-no-only-tests",
"version": "2.6.0",
"version": "3.1.0",
"description": "ESLint rule for .only blocks in mocha tests",
"keywords": [
"eslint",
@ -15,6 +15,10 @@
],
"author": "Levi Buzolic",
"main": "index.js",
"files": [
"index.js",
"rules/"
],
"scripts": {
"test": "node tests.js"
},
@ -22,7 +26,7 @@
"eslint": ">=3.0.0"
},
"engines": {
"node": ">=4.0.0"
"node": ">=5.0.0"
},
"license": "MIT",
"repository": {