Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require Node.js 6 #84

Merged
merged 1 commit into from
Jul 17, 2018
Merged

Require Node.js 6 #84

merged 1 commit into from
Jul 17, 2018

Conversation

forresst
Copy link
Contributor

To fix CI failures

  • Remove Node 4:
const {input, flags: opts} = cli;
      ^
  • Add Node 10
  • Improve code for XO be happy (Use object destructuring)

- XO (Use object destructuring)
- Remove Node 4:
```javascript
const {input, flags: opts} = cli;
      ^
```
- Add Node 10
@sindresorhus sindresorhus changed the title Fix CI failures Require Node.js 6 Jul 17, 2018
@sindresorhus sindresorhus merged commit 17c1a29 into sindresorhus:master Jul 17, 2018
@forresst forresst deleted the fix-ci-failures branch July 17, 2018 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants