kaizensoze / node-github

[DEPRECATED] Node.js wrapper for GitHub API
https://kaizensoze.github.io/node-github/
MIT License
29 stars 5 forks source link

make file naming convention consistent through project (use camel case) #103

Closed kaizensoze closed 8 years ago

kaizensoze commented 8 years ago
test_auth.json -> testAuth.json
add_labels_to_issue.js -> addLabelsToIssue.js
...