vue-screen
Advanced tools
Comparing version 2.4.1 to 2.4.2
@@ -16,3 +16,3 @@ export interface ScreenObject { | ||
} | ||
declare module '@vue/runtime-core' { | ||
declare module 'vue' { | ||
interface ComponentCustomProperties { | ||
@@ -19,0 +19,0 @@ $screen: Readonly<ScreenObject>; |
{ | ||
"name": "vue-screen", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "Reactive screen size and media query states for Vue. Integrates with most UI frameworks out of the box.", | ||
@@ -5,0 +5,0 @@ "main": "dist/vue-screen.cjs.js", |
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
33584