Merge pull request #13 from bdfin/hide-contact-form-on-submit

Ignore package.json
This commit is contained in:
2024-03-14 20:10:45 +00:00
committed by GitHub
3 changed files with 2 additions and 1824 deletions

2
.gitignore vendored
View File

@@ -402,3 +402,5 @@ FodyWeavers.xsd
/BeauFindlay/src/BeauFindlay.Client/package.json /BeauFindlay/src/BeauFindlay.Client/package.json
/BeauFindlay/src/BeauFindlay.Client/package-lock.json /BeauFindlay/src/BeauFindlay.Client/package-lock.json
/BeauFindlay/src/BeauFindlay.Client/package.json /BeauFindlay/src/BeauFindlay.Client/package.json
/BeauFindlay/src/BeauFindlay.Client/package-lock.json
/BeauFindlay/src/BeauFindlay.Client/package.json

File diff suppressed because it is too large Load Diff

View File

@@ -1,12 +0,0 @@
{
"dependencies": {
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"postcss-cli": "^11.0.0",
"tailwindcss": "^3.4.1"
},
"scripts": {
"build": "echo Skipping build",
"build:azure": "echo Skipping Azure-specific build"
}
}