Skip to content
Snippets Groups Projects
Commit 075813c3 authored by Maria Zadnepryanets's avatar Maria Zadnepryanets
Browse files

Merge branch 'fix-clear-command' into 'master'

Change clear to lowercase to make it case sensitive and executable

See merge request bloodyhealth/drip!286
parents 297c1cf3 098c0e69
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"tag-release": "node ./tools/bin/tag-release.js", "tag-release": "node ./tools/bin/tag-release.js",
"update-changelog": "node ./tools/bin/update-changelog.js", "update-changelog": "node ./tools/bin/update-changelog.js",
"release": "node ./tools/release-wizard.js", "release": "node ./tools/release-wizard.js",
"clear": ". scripts/Clear.sh" "clear": ". scripts/clear.sh"
}, },
"dependencies": { "dependencies": {
"@ptomasroos/react-native-multi-slider": "^1.0.0", "@ptomasroos/react-native-multi-slider": "^1.0.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment