Skip to content

Commit

Permalink
Merge pull request johntron#19 from oliverlaz/patch-1
Browse files Browse the repository at this point in the history
Fixes johntron#17 - Removes dependency to 'ie' module
  • Loading branch information
johntron authored Feb 28, 2017
2 parents 72d97e3 + c839722 commit 91d149a
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 91d149a

Please sign in to comment.