Added disclaimer about this being a fork, before total asset adjustments. Linking/mentioning the original projects as a start.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"predev": "npm run build:styles",
|
||||
"predeploy": "npm run build",
|
||||
"deploy": "gh-pages -d build",
|
||||
"prepare": "husky install",
|
||||
"prepare": "if exist .git (husky install) else (echo Skipping husky install)",
|
||||
"refresh:tasks": "node scripts/formatTaskScraperJson.js"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -108,7 +108,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"gh-pages": "^6.2.0",
|
||||
"husky": "^7.0.0",
|
||||
"husky": "^7.0.4",
|
||||
"jest": "^27.4.7",
|
||||
"lint-staged": "^12.1.5",
|
||||
"node-fetch": "^2.6.7",
|
||||
|
||||
Reference in New Issue
Block a user