@realeyes/environment-detector
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -41,7 +41,7 @@ /** | ||
* @typedef {{ | ||
* flash: { | ||
* path: string, | ||
* testTimeout: number, | ||
* containerId: string, | ||
* minFlashVersion: string, | ||
* flash: ?{ | ||
* path: ?string, | ||
* testTimeout: ?number, | ||
* containerId: ?string, | ||
* minFlashVersion: ?string, | ||
* } | ||
@@ -53,3 +53,3 @@ * }} EnvironmentDetectionOptions | ||
/** | ||
* @param {EnvironmentDetectionOptions} options Options | ||
* @param {?EnvironmentDetectionOptions} options Options | ||
* @return {Promise.<EnvironmentDetectionResult>} | ||
@@ -56,0 +56,0 @@ */ |
{ | ||
"name": "@realeyes/environment-detector", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"scripts": { | ||
@@ -56,3 +56,6 @@ "lint": "eslint .", | ||
"detector" | ||
] | ||
], | ||
"browserify": { | ||
"transform": [ ["babelify"] ] | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
170124
2073