Skip to content

Commit

Permalink
Merge pull request #101 from satom99/patch-1
Browse files Browse the repository at this point in the history
Missing client_sync @rockspec
  • Loading branch information
lipp committed Aug 22, 2016
2 parents 12c593a + 4ab7e4d commit f86b170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua-websockets.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ build = {
['websocket'] = 'src/websocket.lua',
['websocket.sync'] = 'src/websocket/sync.lua',
['websocket.client'] = 'src/websocket/client.lua',
['websocket.client_sync'] = 'src/websocket/client_sync.lua',
['websocket.client_copas'] = 'src/websocket/client_copas.lua',
['websocket.server'] = 'src/websocket/server.lua',
['websocket.server_copas'] = 'src/websocket/server_copas.lua',
Expand All @@ -41,4 +42,3 @@ build = {
}
}
}

0 comments on commit f86b170

Please sign in to comment.