beagleboard / bonescript

Scripting tools for the BeagleBoard and BeagleBone
http://beagleboard.org
MIT License
32 stars 9 forks source link

Use module.exports instead of exports #24

Open jadonk opened 6 years ago

jadonk commented 6 years ago

From @adityapatadia on May 2, 2014 18:6

According to the documentation, we should use module.exports in bonescript and should avoid exports use. http://nodejs.org/api/modules.html#modules_exports_alias What are your thoughts?

Copied from original issue: jadonk/bonescript#82

jadonk commented 6 years ago

Agreed, this is something good to fix.