Skip to content

Commit

Permalink
chore: autofix 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed May 21, 2021
1 parent dcb6993 commit 501363c
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions packages/autofix/package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
{
"name": "eslint-plugin-autofix",
"version": "1.0.4",
"author": "薛定谔的猫 <weiran.zsd@outlook.com>",
"description": "autofix some errors reported by eslint rules.",
"main": "./lib/index.js",
"scripts": {
"test": "mocha \"tests/**/*.js\"",
"generate-readme-table": "node tools/generate-readme-table.js",
"generate-release": "node-release-script",
"new": "node tools/new-rule.js"
},
"files": [
"LICENSE",
"readme.md",
"lib"
],
"dependencies": {
"eslint-rule-composer": "^0.3.0",
"espree": "^7.3.1",
"esutils": "^2.0.2",
"lodash": "^4.17.20",
"string-similarity": "^4.0.3"
},
"devDependencies": {
"@not-an-aardvark/node-release-script": "^0.1.0",
"@types/eslint": "^7.2.6",
"execa": "^5.0.0",
"git-config": "0.0.7",
"husky": "^4.3.5",
"minimist": "^1.2.0",
"mocha": "^8.2.1"
},
"peerDependencies": {
"eslint": ">= 5.12.1"
},
"keywords": [
"eslint plugin",
"autofix"
],
"license": "MIT",
"repository": "https://github.com/aladdin-add/eslint-plugin/tree/master/packages/autofix",
"homepage": "https://github.com/aladdin-add/eslint-plugin/tree/master/packages/autofix",
"bugs": "https://github.com/aladdin-add/eslint-plugin/issues/new?assignees=aladdin-add&labels=bug&template=bug-report--eslint-plugin-autofix.md&title=eslint-plugin-autofix+bug",
"engines": {
"node": ">=8"
}
}
{
"name": "eslint-plugin-autofix",
"version": "1.0.5",
"author": "薛定谔的猫 <weiran.zsd@outlook.com>",
"description": "autofix some errors reported by eslint rules.",
"main": "./lib/index.js",
"scripts": {
"test": "mocha \"tests/**/*.js\"",
"generate-readme-table": "node tools/generate-readme-table.js",
"generate-release": "node-release-script",
"new": "node tools/new-rule.js"
},
"files": [
"LICENSE",
"readme.md",
"lib"
],
"dependencies": {
"eslint-rule-composer": "^0.3.0",
"espree": "^7.3.1",
"esutils": "^2.0.2",
"lodash": "^4.17.20",
"string-similarity": "^4.0.3"
},
"devDependencies": {
"@not-an-aardvark/node-release-script": "^0.1.0",
"@types/eslint": "^7.2.6",
"execa": "^5.0.0",
"git-config": "0.0.7",
"husky": "^4.3.5",
"minimist": "^1.2.0",
"mocha": "^8.2.1"
},
"peerDependencies": {
"eslint": ">= 5.12.1"
},
"keywords": [
"eslint plugin",
"autofix"
],
"license": "MIT",
"repository": "https://github.com/aladdin-add/eslint-plugin/tree/master/packages/autofix",
"homepage": "https://github.com/aladdin-add/eslint-plugin/tree/master/packages/autofix",
"bugs": "https://github.com/aladdin-add/eslint-plugin/issues/new?assignees=aladdin-add&labels=bug&template=bug-report--eslint-plugin-autofix.md&title=eslint-plugin-autofix+bug",
"engines": {
"node": ">=8"
}
}

0 comments on commit 501363c

Please sign in to comment.