ng-device-detector
Advanced tools
Comparing version 5.0.2 to 5.1.1
{ | ||
"name": "ng-device-detector", | ||
"version": "5.0.2", | ||
"version": "5.1.1", | ||
"homepage": "https://github.com/srfrnk/ng-device-detector", | ||
@@ -28,4 +28,4 @@ "authors": [ | ||
"re-tree": "^0.0.2", | ||
"ua-device-detector": "^1.0.1" | ||
"ua-device-detector": "^1.0.1" | ||
} | ||
} |
{ | ||
"name": "ng-device-detector", | ||
"version": "5.0.2", | ||
"version": "5.1.1", | ||
"devDependencies": { | ||
@@ -21,6 +21,9 @@ "angular": "^1.6.7", | ||
"phantomjs": "~2.1.7", | ||
"standard-version": "^4.3.0", | ||
"uglify-js": "^2.8.29" | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS" | ||
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS", | ||
"release": "node_modules/standard-version/bin/cli.js", | ||
"publish": "(git push --follow-tags origin master) && (npm publish)" | ||
}, | ||
@@ -27,0 +30,0 @@ "description": "Uses user-agent to set css classes or directly usable via JS.", |
22209
18