Skip to content

Commit

Permalink
Upgraded Gatsby to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil-Ladha <[email protected]>
  • Loading branch information
Nikhil-Ladha committed May 13, 2022
1 parent 95ecd91 commit 55e2a15
Show file tree
Hide file tree
Showing 9 changed files with 10,486 additions and 10,748 deletions.
12 changes: 0 additions & 12 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
{
"plugins": [
[
"babel-plugin-styled-components",
{
"ssr": false,
"minify": false,
"transpileTemplateLiterals": false,
"pure": true
}
],
"@babel/plugin-proposal-optional-chaining"
],
"presets": [
[
"babel-preset-gatsby",
Expand Down
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install lint-staged
Loading

0 comments on commit 55e2a15

Please sign in to comment.