Skip to content

Commit

Permalink
3.3.33
Browse files Browse the repository at this point in the history
  • Loading branch information
crtr0 committed Aug 1, 2023
1 parent 1d964b7 commit 96f5eb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seattle-js",
"version": "3.3.32",
"version": "3.3.33",
"description": "An evergreen website for the SeattleJS meetup and community",
"engines": {
"node": ">=16.19.0"
Expand Down Expand Up @@ -29,7 +29,10 @@
"eslint:recommended",
"prettier"
],
"ignorePatterns": ["public/scripts/*", "src/*"],
"ignorePatterns": [
"public/scripts/*",
"src/*"
],
"parser": "@babel/eslint-parser",
"parserOptions": {
"requireConfigFile": false,
Expand Down

0 comments on commit 96f5eb9

Please sign in to comment.