Skip to content

Commit

Permalink
Update readme and pkg json (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
origami-z committed May 12, 2023
1 parent 5595234 commit 80d2c5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Trying to write code mod for converting `@jpmorganchase/uitk-` to `@salt-ds/*`.
Code mod for converting `@jpmorganchase/uitk-` to `@salt-ds/*` and version migration for `@salt-ds/core`, mainly import statement updates due to components being moved from lab to core and CSS variable renames due to deprecation.

## To use

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "salt-codemod",
"version": "0.0.1",
"description": "",
"description": "Codemod to help upgrade `@salt-ds/core`",
"main": "index.js",
"type": "module",
"bin": {
"salt-codemod": "./index.js"
},
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
Expand Down

0 comments on commit 80d2c5d

Please sign in to comment.