Bump packages to fix linter
This commit is contained in:
parent
ed9506bbaf
commit
0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions
8
node_modules/eslint-plugin-no-only-tests/package.json
generated
vendored
8
node_modules/eslint-plugin-no-only-tests/package.json
generated
vendored
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue