Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 05964c1

Browse files
committed
Specify underscore as a dependency, remove optional configuration
It's assumed that if you don't specify any URLs to ignore or Users to ignore then it'll accept everything. Also, the parser for the script catalog doesn't support the "Optional Configuration" section so this doesn't appear on the site.
1 parent c26e4fc commit 05964c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/scripts/http-info.coffee

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
#
44
# Dependencies:
55
# "jsdom": "0.2.15"
6+
# "underscore": "1.3.3"
67
#
78
# Configuration:
8-
#
9-
# Optional Configuration:
109
# HUBOT_HTTP_INFO_IGNORE_URLS - RegEx used to exclude Urls
1110
# HUBOT_HTTP_INFO_IGNORE_USERS - Comma separated list of users to ignore
1211
#

0 commit comments

Comments
 (0)