Skip to content

Commit 3dae92f

Browse files
committed
Include output messages for graph protocol in docs now that we are not repeating every message
1 parent f2b108b commit 3dae92f

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
@@ -147,7 +147,7 @@ module.exports = ->
147147
desc = {}
148148
protocols =
149149
runtime: ['input', 'output']
150-
graph: ['input']
150+
graph: ['input', 'output']
151151
component: ['input', 'output']
152152
network: ['input', 'output']
153153

0 commit comments

Comments
 (0)