Skip to content

Commit

Permalink
home page removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammed Tareq Aziz authored and Muhammed Tareq Aziz committed Mar 14, 2024
1 parent dcc593d commit 7258685
Show file tree
Hide file tree
Showing 2 changed files with 1,610 additions and 1,572 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Implement an advanced table component in React that supports searching, filtering & sorting",
"main": "index.js",
"repository": "https://github.com/tareq89/advanced-react-table",
"homepage": "https://tareq89.github.io/advanced-react-table",
"author": "muhammed tareq aziz",
"license": "MIT",
"private": true,
Expand All @@ -31,14 +30,13 @@
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"start": "REACT_APP_USE_MOCKAPI=true react-scripts start",
"build": "REACT_APP_USE_MOCKAPI=true react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postinstall": "husky install",
"lint": "lint-staged --verbose",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
"predeploy": "npm run build"
},
"lint-staged": {
"*.ts": [
Expand Down Expand Up @@ -71,7 +69,6 @@
"@types/lodash.debounce": "^4.0.7",
"@types/react-virtualized": "^9.21.22",
"@types/sort-array": "^4.1.0",
"gh-pages": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8"
Expand Down
Loading

0 comments on commit 7258685

Please sign in to comment.