diff --git a/package.json b/package.json index 096a43f..ccfb4c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "UAParser.js", "name": "@amplitude/ua-parser-js", - "version": "0.7.33", + "version": "2.0.4", "author": "Faisal Salman (http://faisalman.com)", "description": "Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment", "keywords": [ @@ -198,5 +198,8 @@ "type": "paypal", "url": "https://paypal.me/faisalman" } - ] + ], + "dependencies": { + "ua-parser-js": "^2.0.4" + } }