-  
 - Downloads
 
Merge branch 'fix-clear-command' into 'master'
Change clear to lowercase to make it case sensitive and executable See merge request bloodyhealth/drip!286
  No related branches found   
  No related tags found   
| ... | ... | @@ -21,7 +21,7 @@ | 
| "tag-release": "node ./tools/bin/tag-release.js", | ||
| "update-changelog": "node ./tools/bin/update-changelog.js", | ||
| "release": "node ./tools/release-wizard.js", | ||
| "clear": ". scripts/Clear.sh" | ||
| "clear": ". scripts/clear.sh" | ||
| }, | ||
| "dependencies": { | ||
| "@ptomasroos/react-native-multi-slider": "^1.0.0", | ||
| ... | ... | 
Please register or sign in to comment