Skip to content

Commit

Permalink
fixup! Feat(codemod): Introduce codemod package
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Feb 19, 2024
1 parent 579aff6 commit 65f7e2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
File renamed without changes.
11 changes: 10 additions & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,14 @@
"test:unit:watch": "yarn test:unit --watchAll",
"test:unit:coverage": "yarn test:unit --coverage"
},
"devDependencies": {}
"devDependencies": {
"@lmc-eu/eslint-config-jest": "3.0.2",
"@types/jest": "29.5.11",
"@types/node": "20.10.7",
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"jest": "29.7.0",
"shx": "0.3.4",
"tsup": "7.2.0"
}
}

0 comments on commit 65f7e2d

Please sign in to comment.