Skip to content

Commit

Permalink
Merge branch 'main' into fix-prefer-prerelease-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sumwatshade committed Feb 17, 2021
2 parents 8af14a7 + 8d90c41 commit e7e1074
Show file tree
Hide file tree
Showing 176 changed files with 11,843 additions and 3,571 deletions.
13 changes: 12 additions & 1 deletion .all-contributorsrc
Expand Up @@ -315,7 +315,8 @@
"avatar_url": "https://avatars1.githubusercontent.com/u/23409677?v=4",
"profile": "https://lshadler.github.io/",
"contributions": [
"code"
"code",
"test"
]
},
{
Expand Down Expand Up @@ -450,6 +451,16 @@
"test",
"code"
]
},
{
"login": "sethomas",
"name": "Seth Thomas",
"avatar_url": "https://avatars2.githubusercontent.com/u/3957314?v=4",
"profile": "http://sethomas.com/",
"contributions": [
"test",
"code"
]
}
],
"commitConvention": "none"
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -3,7 +3,7 @@ version: 2.1
defaults: &defaults
working_directory: ~/auto
docker:
- image: circleci/node:10-browsers
- image: circleci/node:12-browsers
environment:
TZ: '/usr/share/zoneinfo/America/Los_Angeles'

Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -217,4 +217,5 @@ GitHub.sublime-settings
# End of https://www.gitignore.io/api/node,intellij,sublimetext,visualstudiocode

### Files generated from testing ###
packages/cli/auto
packages/cli/auto
docs/public/search-index.json

0 comments on commit e7e1074

Please sign in to comment.