Skip to content

ES6 style changes and node v4 #49

@hueniverse

Description

@hueniverse

Apply the latest ES6 hapi style:

  • use strict
  • const and let where appropriate (linter will tell you where)
  • arrow functions where appropriate (linter will tell you where)
  • relevant updates to tests + docs
  • updating deps and engine in package.json
  • avoid self and += / -= (not optimized yet for let const)
  • change .travis to test 4.0, 4, and 5

Metadata

Metadata

Assignees

Labels

breaking changesChange that can breaking existing code

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions