Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "wiggle.js", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Media query change listener", | ||
@@ -5,0 +5,0 @@ "main": "wiggle.js", |
@@ -6,2 +6,3 @@ # wiggle | ||
npm install wiggle.js --save | ||
@@ -25,3 +26,3 @@ ```javascript | ||
// We are subscribing to names defined during initiation of wiggle. | ||
// We are subscribing to names defined during initialization of wiggle. | ||
screen.on('mobile', function() { | ||
@@ -28,0 +29,0 @@ console.log('Function that will be executed if current screen size is mobile and every time screen size switches to mobile'); |
/***************************************************** | ||
https://github.com/snovakovic/wiggle | ||
author: stefan.novakovich@gmail.com | ||
version: 1.1.0 | ||
version: 1.1.1 | ||
***************************************************/ | ||
@@ -6,0 +6,0 @@ (function(global, factory) { |
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
70
16753