diff --git a/_includes/organisms/copyright.html b/_includes/organisms/copyright.html index d132644..e289f05 100755 --- a/_includes/organisms/copyright.html +++ b/_includes/organisms/copyright.html @@ -29,6 +29,16 @@
+ Status note: Lower Barriers is incorporated in the US + state of Michigan per its + + Nonprofit Corporation Act + . Lower Barriers is not a Federally-recognized 501(c)(3) nonprofit organization, though we intend to apply for + Federal nonprofit status in the year 2022. Your donations and financial contributions may not be text-deductible. +
+ {% include molecules/menu.html menu="copyright" classes="border-spaced display--flex layout--row menu-layout--horizontal" %} diff --git a/package.json b/package.json index d2c7565..9fad9ad 100644 --- a/package.json +++ b/package.json @@ -20,11 +20,11 @@ "terser": "terser _site/assets/js/behavior.js -o assets/js/pre-commit-dependency.js" }, "devDependencies": { - "browserslist": "^4.16.6", + "browserslist": "^4.19.1", "dotenv": "^8.6.0", "dotenv-flow": "^3.2.0", - "prettier": "^2.2.1", - "purgecss": "^4.0.3", + "prettier": "^2.5.1", + "purgecss": "^4.1.3", "terser": "^4.6.6" } }