Skip to content

Commit 2827126

Browse files
committed
Include output messages for graph protocol in docs now that we are not repeating every message
1 parent 005765c commit 2827126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ module.exports = ->
149149
desc = {}
150150
protocols =
151151
runtime: ['input', 'output']
152-
graph: ['input']
152+
graph: ['input', 'output']
153153
component: ['input', 'output']
154154
network: ['input', 'output']
155155

0 commit comments

Comments
 (0)