-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add empty package.json for rtk-codemods and update Yarn
- Loading branch information
1 parent
c0f515d
commit 3157ede
Showing
2 changed files
with
629 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"name": "@reduxjs/rtk-codemods", | ||
"version": "0.0.1", | ||
"author": { | ||
"name": "Lenz Weber", | ||
"email": "[email protected]", | ||
"url": "https://phryneas.de/" | ||
}, | ||
"license": "MIT", | ||
"type": "module", | ||
"scripts": { | ||
"test:codemods": "jest --config codemods/jest.config.js" | ||
}, | ||
"dependencies": { | ||
"jest": "^27", | ||
"jscodeshift": "^0.13.1" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^27", | ||
"@types/jscodeshift": "^0.11.5" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"files": [ | ||
"src", | ||
"dist" | ||
] | ||
} |
Oops, something went wrong.