@avvio-reply/clickortouch
Advanced tools
Comparing version 1.0.10 to 1.1.0
@@ -9,3 +9,3 @@ /// | ||
var $ = require('jquery') | ||
var $ = window.jQuery || require('jquery') | ||
, events = 'click touchmove touchend' | ||
@@ -12,0 +12,0 @@ , touchmove = 'touchmove' |
{ | ||
"name": "@avvio-reply/clickortouch", | ||
"version": "1.0.10", | ||
"version": "1.1.0", | ||
"description": "Module to simplify handling of click or touch events between browsers and tablet/mobile. Includes lock/release feature.", | ||
@@ -18,5 +18,5 @@ "main": "index.js", | ||
"license": "ISC", | ||
"dependencies": { | ||
"devDependencies": { | ||
"jquery": "^2.1.4" | ||
} | ||
} |
3114
0
1
- Removedjquery@^2.1.4
- Removedjquery@2.2.4(transitive)