diff --git a/package.json b/package.json index 5e8dd63..bcf782f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Template for starting a project", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", + "test": "echo \"Error: no test specified\" && exit 0", "lint": "eslint pages" }, "repository": { @@ -38,7 +38,6 @@ "dotenv": "^7.0.0", "express": "^4.16.4", "next": "^8.0.4", - "prop-types": "^15.7.2", "react": "^16.8.6", "react-dom": "^16.8.6", "redux": "^4.0.1",