Skip to content

Commit

Permalink
Fixes johntron#17 - Removes dependency to 'ie' module
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlaz committed Feb 15, 2017
1 parent 72d97e3 commit c839722
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
var ie
try {
ie = require('ie')
} catch (e) {
ie = require('component-ie')
}
var ie = require('component-ie')

function with_query_strings (request) {
var timestamp = Date.now().toString()
Expand Down

0 comments on commit c839722

Please sign in to comment.