cytoscape-qtip
Advanced tools
Comparing version 2.6.0 to 2.6.1
@@ -381,2 +381,5 @@ /*! | ||
module.exports = function( cytoscape ){ | ||
var oldJq = window.jQuery; | ||
var old$ = window.$; | ||
var jQuery = window.jQuery = window.$ = require('jquery'); // qtip requires global jquery | ||
@@ -386,2 +389,5 @@ var qtip = require('qtip2'); | ||
register( cytoscape, jQuery ); | ||
window.jQuery = oldJq; | ||
window.$ = old$; | ||
}; | ||
@@ -388,0 +394,0 @@ } |
{ | ||
"name": "cytoscape-qtip", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "A Cytoscape.js extension that wraps the qTip jQuery library", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-qtip.js", |
@@ -16,3 +16,3 @@ cytoscape-qtip | ||
* jQuery ^2.0 || ^1.10.0, as qTip requires it | ||
* qTip $3.0 || ^2.2.0 | ||
* qTip ^3.0 || ^2.2.0 | ||
* Cytoscape.js ^2.2.0 | ||
@@ -19,0 +19,0 @@ |
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
36858
447