Skip to content

Commit

Permalink
update rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed May 30, 2016
1 parent e92cab6 commit fefc2d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lapis-community-dev-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ build = {
["community.flows.moderators"] = "community/flows/moderators.lua",
["community.flows.posts"] = "community/flows/posts.lua",
["community.flows.reports"] = "community/flows/reports.lua",
["community.flows.subscriptions"] = "community/flows/subscriptions.lua",
["community.flows.topics"] = "community/flows/topics.lua",
["community.flows.votes"] = "community/flows/votes.lua",
["community.helpers.app"] = "community/helpers/app.lua",
Expand Down Expand Up @@ -57,6 +58,7 @@ build = {
["community.models.post_edits"] = "community/models/post_edits.lua",
["community.models.post_reports"] = "community/models/post_reports.lua",
["community.models.posts"] = "community/models/posts.lua",
["community.models.subscriptions"] = "community/models/subscriptions.lua",
["community.models.topic_participants"] = "community/models/topic_participants.lua",
["community.models.topic_subscriptions"] = "community/models/topic_subscriptions.lua",
["community.models.topic_tags"] = "community/models/topic_tags.lua",
Expand Down

0 comments on commit fefc2d4

Please sign in to comment.