Skip to content

Commit

Permalink
Merge pull request #16 from groupon/chore
Browse files Browse the repository at this point in the history
chore: switch to main & update packages
  • Loading branch information
aaarichter authored Mar 26, 2021
2 parents 393ba56 + 55d4e55 commit 57c6c73
Show file tree
Hide file tree
Showing 10 changed files with 1,953 additions and 1,968 deletions.
19 changes: 1 addition & 18 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
{
"extends": "groupon/node8",
"extends": "groupon",
"overrides": [
{
"files": "*.mjs",
"parserOptions": {
"sourceType": "module"
},
"rules": {
"node/no-unsupported-features": [
"error",
{
"version": 8,
"ignores": [
"modules"
]
}
]
}
},
{
"files": "*.test.js",
"env": {
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules/
npm-debug.log
/tmp
/.nyc_output
coverage
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
language: node_js
node_js:
- 8
- 10
- 12
- 14
deploy:
- provider: script
script: npx nlm release
skip_cleanup: true
'on':
branch: master
node: 12
before_install:
- npm i -g npm@^6
branch: main
node: 14
10 changes: 0 additions & 10 deletions .yo-rc.json

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ only to discover that it conflicts with plans the maintainers might have.
The general steps for creating a pull request are:

1. Create a branch for your change. Always start your branch from the latest
`master`. We recommend using `git wf start some-feature-name` by using
`main`. We recommend using `git wf start some-feature-name` by using
[git workflow][gitwf]. Run `npm install` to install the dependencies.
1. If you're fixing a bug, be sure to write a test *first*. That way you can
validate that the test actually catches the bug and doesn't pass.
Expand Down
Loading

0 comments on commit 57c6c73

Please sign in to comment.