slate-dev-environment
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -190,2 +190,3 @@ import browser from 'is-in-browser'; | ||
var IS_CHROME = BROWSER === 'chrome'; | ||
var IS_OPERA = BROWSER === 'opera'; | ||
var IS_FIREFOX = BROWSER === 'firefox'; | ||
@@ -203,3 +204,3 @@ var IS_SAFARI = BROWSER === 'safari'; | ||
export { IS_CHROME, IS_FIREFOX, IS_SAFARI, IS_IE, IS_EDGE, IS_ANDROID, IS_IOS, IS_MAC, IS_WINDOWS, SUPPORTED_EVENTS }; | ||
export { IS_CHROME, IS_OPERA, IS_FIREFOX, IS_SAFARI, IS_IE, IS_EDGE, IS_ANDROID, IS_IOS, IS_MAC, IS_WINDOWS, SUPPORTED_EVENTS }; | ||
//# sourceMappingURL=slate-dev-environment.es.js.map |
@@ -196,2 +196,3 @@ 'use strict'; | ||
var IS_CHROME = BROWSER === 'chrome'; | ||
var IS_OPERA = BROWSER === 'opera'; | ||
var IS_FIREFOX = BROWSER === 'firefox'; | ||
@@ -210,2 +211,3 @@ var IS_SAFARI = BROWSER === 'safari'; | ||
exports.IS_CHROME = IS_CHROME; | ||
exports.IS_OPERA = IS_OPERA; | ||
exports.IS_FIREFOX = IS_FIREFOX; | ||
@@ -212,0 +214,0 @@ exports.IS_SAFARI = IS_SAFARI; |
{ | ||
"name": "slate-dev-environment", | ||
"description": "Detect browser and OS environments in core Slate packages", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": "git://github.com/ianstormtaylor/slate.git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29023
9
546
147808