@realeyes/environment-checker
Advanced tools
Comparing version 1.1.0 to 1.1.2
{ | ||
"name": "@realeyes/environment-checker", | ||
"version": "1.1.0", | ||
"version": "1.1.2", | ||
"scripts": { | ||
@@ -9,3 +9,3 @@ "lint": "eslint .", | ||
"copy:example": "copyfiles -f example/* dist", | ||
"minify": "uglifyjs --comments /^!/ dist/Realeyesit.EnvironmentalDetectionAPI.js > dist/Realeyesit.EnvironmentalDetectionAPI.min.js", | ||
"minify": "uglifyjs --support-ie8 --comments /^!/ dist/Realeyesit.EnvironmentalDetectionAPI.js > dist/Realeyesit.EnvironmentalDetectionAPI.min.js", | ||
"cleanup": "rimraf dist/*", | ||
@@ -12,0 +12,0 @@ "all": "npm run cleanup && npm run lint && npm run build && npm run copy && npm run copy:example && npm run minify", |
14157