Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: egoist/joycon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.5
Choose a base ref
...
head repository: egoist/joycon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 2 commits
  • 14 files changed
  • 1 contributor

Commits on Mar 11, 2021

  1. feat: cache load result

    egoist committed Mar 11, 2021
    Copy the full SHA
    2c44f5f View commit details
  2. v3.0.0

    egoist committed Mar 11, 2021
    Copy the full SHA
    eb4d74c View commit details
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"node": "6"
"node": "12"
}
}
]
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
*.log
5 changes: 1 addition & 4 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
{
"semi": false,
"singleQuote": true
}
"@egoist/prettier-config"
Loading