We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cade7ea commit fc40246Copy full SHA for fc40246
README.md
@@ -123,6 +123,11 @@ Resulting in ending the response and closing the array on the client:
123
124
res.end tells the client to close the response.
125
126
+TODOS
127
+-
128
+
129
+* Add autocomplete of repos after someone adds an author.
130
131
[node.js]: http://nodejs.org
132
[Twitter Bootstrap]: http://twitter.github.com/bootstrap/
133
[@tjholowaychuk]: http://twitter.com/tjholowaychuk
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fantasy-github",
3
- "version": "0.0.1-6",
+ "version": "0.0.1-7",
4
"private": true,
5
"dependencies": {
6
"express": "3.1.0",
0 commit comments