diff --git a/README.md b/README.md index 02aac3f..609f4e9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Getting Started with Create React App +# Getting Started with Jobs Portal This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). diff --git a/package.json b/package.json index bd24b5c..4bfad3e 100644 --- a/package.json +++ b/package.json @@ -65,10 +65,5 @@ "lines": 80 } } - }, - "husky": { - "hooks": { - "pre-commit": "lint-staged && npm run test" - } } }