@realeyes/environment-detector
Advanced tools
Comparing version 1.8.0 to 1.8.1
{ | ||
"name": "@realeyes/environment-detector", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"scripts": { | ||
@@ -8,5 +8,5 @@ "test": "babel-node tests/index.js", | ||
"build:flash": "mxmlc -static-link-runtime-shared-libraries=true -output dist/environment-detector.swf flash/EnvironmentDetector.as", | ||
"build:js": "ejs-cli -O package.json index.js | browserify - -d -t [ babelify ] > ./dist/environment-detector.js", | ||
"build:js": "ejs-cli -O package.json index.js | browserify - -d -t [ babelify ] | exorcist ./dist/environment-detector.js.map > ./dist/environment-detector.js", | ||
"build": "npm run build:flash && npm run build:js", | ||
"minify": "uglifyjs --support-ie8 --comments /^!/ dist/environment-detector.js > dist/environment-detector.min.js", | ||
"minify": "uglifyjs --support-ie8 --comments /^!/ dist/environment-detector.js --source-map dist/environment-detector.min.js.map --in-source-map dist/environment-detector.js.map --source-map-url environment-detector.min.js.map > dist/environment-detector.min.js", | ||
"compress": "gzipme -O dist/environment-detector.min.js.gz -c best dist/environment-detector.min.js", | ||
@@ -42,2 +42,3 @@ "copy": "copyfiles -f ./log.gif dist", | ||
"eslint-plugin-import": "^1.14.0", | ||
"exorcist": "^0.4.0", | ||
"flex-sdk": "^4.6.0-0", | ||
@@ -44,0 +45,0 @@ "gzipme": "0.0.9", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
987093
52
21
14284