Skip to content

Commit

Permalink
fix: Skip files where the src and target are the same (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Mar 6, 2023
1 parent 391fb67 commit 1f3ccca
Show file tree
Hide file tree
Showing 7 changed files with 471 additions and 473 deletions.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -55,24 +55,24 @@
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"@vitest/coverage-c8": "^0.26.2",
"@types/node": "^18.14.6",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@vitest/coverage-c8": "^0.26.3",
"@vitest/coverage-istanbul": "^0.28.5",
"cspell": "^6.18.1",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"cspell": "^6.28.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"inject-markdown": "^1.3.0",
"prettier": "^2.8.1",
"inject-markdown": "^1.5.0",
"prettier": "^2.8.4",
"shx": "^0.3.4",
"typescript": "^4.9.4",
"vite": "^4.0.3",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vitest": "^0.28.5"
},
"engines": {
Expand Down

0 comments on commit 1f3ccca

Please sign in to comment.