Skip to content

Commit

Permalink
fix(commands): move jscodeshift to regular dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Jan 4, 2021
1 parent 7677f93 commit ee018e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@
"cypress-cucumber-preprocessor": "^2.0.1",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.4",
"jscodeshift": "^0.11.0",
"wait-on": "^4.0.2"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"jscodeshift": "^0.11.0"
}
}

0 comments on commit ee018e9

Please sign in to comment.