cronofy / cronofy-node

Node wrapper for the Cronofy API
https://docs.cronofy.com/developers
MIT License
49 stars 23 forks source link

feat(build): remove babel #32

Closed AdriVanHoudt closed 7 years ago

AdriVanHoudt commented 7 years ago

This also removes the need to build And fixes the default export issue caused by the babel update to 6 (https://github.com/babel/babel/issues/2212)

Not sure what the reason for using import syntax was?