Skip to content

Commit 0fd0e02

Browse files
committed
Remove unneeded url and querystring modules
AFAICT these are just the exact same things that are in code Node so I don't really see the point in keeping them, especially since both seem unmaintained, i.e. out of sync. All the functions used were added in the Node 0.1 days so this isn't even semver-major.
1 parent 778a393 commit 0fd0e02

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
"url": "https://github.com/patcon/hubot-github-repo-event-notifier/issues"
2727
},
2828
"dependencies": {
29-
"coffee-script": "1.12.7",
30-
"querystring": "^0.2.0",
31-
"url": "^0.7.9"
29+
"coffee-script": "1.12.7"
3230
},
3331
"devDependencies": {
3432
"chai": "^4.1.2",

0 commit comments

Comments
 (0)