current-device
Advanced tools
Comparing version 0.8.1 to 0.8.2
{ | ||
"name": "current-device", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"homepage": "https://github.com/matthewhudson/current-device", | ||
@@ -14,4 +14,4 @@ "description": "The easiest way to write conditional CSS and/or JavaScript based on device operating system (iOS, Android, Blackberry, Windows, Firefox OS, MeeGo, AppleTV, etc), orientation (Portrait vs. Landscape), and type (Tablet vs. Mobile).", | ||
"devDependencies": { | ||
"eslint": "5.16.0", | ||
"eslint-plugin-import": "2.17.3", | ||
"eslint": "6.0.1", | ||
"eslint-plugin-import": "2.18.0", | ||
"nwb": "0.23.0", | ||
@@ -32,3 +32,4 @@ "prettier": "1.18.2" | ||
}, | ||
"license": "MIT" | ||
"license": "MIT", | ||
"types": "lib/types/index.d.ts" | ||
} |
/*! | ||
* current-device v0.8.1 - https://github.com/matthewhudson/current-device | ||
* current-device v0.8.2 - https://github.com/matthewhudson/current-device | ||
* MIT Licensed | ||
@@ -4,0 +4,0 @@ */ |
/*! | ||
* current-device v0.8.1 - https://github.com/matthewhudson/current-device | ||
* current-device v0.8.2 - https://github.com/matthewhudson/current-device | ||
* MIT Licensed | ||
@@ -4,0 +4,0 @@ */ |
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
61139