File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,5 +68,4 @@ module.exports = {
6868 uninstall : 'npm uninstall unstated-next'
6969 }
7070 }
71- // easyPeasy: "npm install easy-peasy"
7271}
Original file line number Diff line number Diff line change @@ -61,15 +61,15 @@ module.exports = class Redux {
6161 case 'NPM' :
6262 customCMD . get (
6363 `${ reduxObj . uninstall } ` ,
64- 'install ' ,
64+ 'uninstall ' ,
6565 'Packages: redux & react-redux have been uninstalled successfully!'
6666 )
6767 break
6868
6969 case 'Yarn' :
7070 customCMD . get (
7171 `${ reduxObjYarn . uninstall } ` ,
72- 'install ' ,
72+ 'uninstall ' ,
7373 'Packages: redux & react-redux have been uninstalled successfully!'
7474 )
7575 break
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ module.exports = class propTypes {
5252 'install' ,
5353 'Package: prop-types has been installed successfully! PropTypes Folder has been created!'
5454 )
55+ break
5556
5657 case 'Yarn' :
5758 customCMD . get (
Original file line number Diff line number Diff line change 7070 "lint-staged" : " ^9.2.0" ,
7171 "prettier-standard" : " ^9.1.1"
7272 }
73- }
73+ }
You can’t perform that action at this time.
0 commit comments