File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1010 "codemod-cli" : " ./bin/codeshift-cli.js"
1111 },
1212 "scripts" : {
13- "start" : " ts-node src/index.ts"
13+ "start" : " ./bin/codeshift-cli.js" ,
14+ "start:dev" : " ts-node src/index.ts"
1415 },
1516 "dependencies" : {
1617 "@codeshift/initializer" : " 0.1.0" ,
Original file line number Diff line number Diff line change 55 "types" : " dist/codeshift-initializer.cjs.d.ts" ,
66 "license" : " MIT" ,
77 "repository" : " https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/master/packages/initializer" ,
8- "scripts" : {
9- "start" : " ts-node src/index.ts"
10- },
118 "dependencies" : {
129 "fs-extra" : " ^9.1.0" ,
1310 "recast" : " ^0.20.4" ,
Original file line number Diff line number Diff line change 55 "types" : " dist/codeshift-validator.cjs.d.ts" ,
66 "license" : " MIT" ,
77 "repository" : " https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/master/packages/validator" ,
8- "scripts" : {
9- "start" : " ts-node src/index.ts"
10- },
118 "dependencies" : {
129 "fs-extra" : " ^9.1.0" ,
1310 "recast" : " ^0.20.4" ,
You can’t perform that action at this time.
0 commit comments