Skip to content

Commit

Permalink
Merge pull request #18 from happyprime/fix/update-dependencies
Browse files Browse the repository at this point in the history
Update NPM, PHP dependencies
  • Loading branch information
jeremyfelt authored May 9, 2024
2 parents ebae7f4 + adb4d45 commit ec14d72
Show file tree
Hide file tree
Showing 4 changed files with 445 additions and 856 deletions.
7 changes: 2 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ module.exports = {
env: {
browser: true,
},
ignorePatterns: [
'.*.js',
'*.config.js',
'**/build/*.js',
],
ignorePatterns: [ '.*.js', '*.config.js', '**/build/*.js' ],
rules: {
'no-console': [ 'warn', { allow: [ 'error' ] } ],
},
root: true,
};
20 changes: 10 additions & 10 deletions composer.lock

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

Loading

0 comments on commit ec14d72

Please sign in to comment.