Skip to content

Commit

Permalink
Merge pull request #99 from poetic/mktg
Browse files Browse the repository at this point in the history
Add search404 and search_by_page
  • Loading branch information
RealLukeMartin committed Oct 12, 2015
2 parents 2acd73f + b9604e0 commit 8af24f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makefiles/modules.make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ projects:
# until this is resolved, we need to stick with 2.7
rules: { version: 2.7 }
save_edit: { version: ~ }
search404: { version: ~ }
search_by_page: { version: ~ }
services: { version: ~ }
sharethis: { version: ~ }
simplify: { version: ~ }
Expand Down
6 changes: 6 additions & 0 deletions rune.make
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,12 @@ projects[rules][version] = "2.7"
projects[save_edit][subdir] = "contrib"
projects[save_edit][version] = "1.0-beta1"

projects[search404][subdir] = "contrib"
projects[search404][version] = "1.3"

projects[search_by_page][subdir] = "contrib"
projects[search_by_page][version] = "1.4"

projects[services][subdir] = "contrib"
projects[services][version] = "3.12"

Expand Down

0 comments on commit 8af24f5

Please sign in to comment.