@avvio-reply/clickortouch
Advanced tools
Comparing version 1.2.6 to 1.2.7
{ | ||
"name": "@avvio-reply/clickortouch", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "Module to simplify handling of click or touch events between browsers and tablet/mobile. Includes lock/release feature.", | ||
@@ -18,6 +18,7 @@ "main": "index.js", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@avvio-reply/lib": "file:///development/node/modules/lib", | ||
"jquery": "^2.1.4" | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"@avvio-reply/lib": "^1.9.4", | ||
"jquery": "^3.6.0" | ||
} | ||
} |
0
4890
2
+ Added@avvio-reply/lib@^1.9.4
+ Addedjquery@^3.6.0
+ Added@avvio-reply/lib@1.9.6(transitive)
+ Addedjquery@3.7.1(transitive)
+ Addedunderscore@1.13.7(transitive)