Skip to content

Commit

Permalink
Fix UA export
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Jan 18, 2016
1 parent 5eb06b0 commit 54cb175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion useragents.js
Expand Up @@ -28,4 +28,4 @@ var userAgents = [
'Opera/9.80 (Windows NT 6.1 x64; U; en) Presto/2.7.62 Version/11.00'
];

exports = userAgents;
module.exports = userAgents;

0 comments on commit 54cb175

Please sign in to comment.