Skip to content

Commit 3157ede

Browse files
committed
Add empty package.json for rtk-codemods and update Yarn
1 parent c0f515d commit 3157ede

File tree

2 files changed

+629
-6
lines changed

2 files changed

+629
-6
lines changed

packages/rtk-codemods/package.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "@reduxjs/rtk-codemods",
3+
"version": "0.0.1",
4+
"author": {
5+
"name": "Lenz Weber",
6+
"email": "mail@phryneas.de",
7+
"url": "https://phryneas.de/"
8+
},
9+
"license": "MIT",
10+
"type": "module",
11+
"scripts": {
12+
"test:codemods": "jest --config codemods/jest.config.js"
13+
},
14+
"dependencies": {
15+
"jest": "^27",
16+
"jscodeshift": "^0.13.1"
17+
},
18+
"devDependencies": {
19+
"@types/jest": "^27",
20+
"@types/jscodeshift": "^0.11.5"
21+
},
22+
"publishConfig": {
23+
"access": "public"
24+
},
25+
"files": [
26+
"src",
27+
"dist"
28+
]
29+
}

0 commit comments

Comments
 (0)