thebergamo / k7

Connect you database with Hapijs made easy :vhs:
ISC License
34 stars 4 forks source link

use template literals, arrow functions and shorthand properties #1

Closed a0viedo closed 8 years ago

a0viedo commented 8 years ago

Also there's a use case for default parameters but aren't implemented in Node v4. Please consider adding Babel to use ES2015 full spectrum.

thebergamo commented 8 years ago

@a0viedo thanks for your PR.

Yeah, I forgot to refactoring using the new es2015 features :p

About babel, I'm not a really fan :/ I will study more about babel and try thinking about this :)