Skip to content
This repository was archived by the owner on May 6, 2019. It is now read-only.

Commit bf08ee3

Browse files
committed
Merge pull request #259 from pquentin/remove-http
Remove unused dependency on `http`
2 parents 3bd13c4 + 086bb2b commit bf08ee3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

controllers/bugzillaController.js

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
let Promise = require('promise'),
44
_ = require('underscore'),
5-
http = require("http"),
65
https = require("https");
76

87

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"connect-redis": "~1.4.6",
1111
"express": "~3.4.7",
1212
"express-persona": "~0.1.1",
13-
"http": "0.0.0",
1413
"i18n-2": "^0.4.6",
1514
"jade": "~0.35.0",
1615
"json": "0.0.14",

0 commit comments

Comments
 (0)