cytoscape-qtip
Advanced tools
Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "cytoscape-qtip", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"main": "cytoscape-qtip.js", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -14,4 +14,8 @@ // meteor package.js definition | ||
Package.onUse(function(api) { | ||
api.versionsFrom('jquery@1.11'); | ||
api.use('jquery'); | ||
api.versionsFrom('maxkfranz:cytoscape@2.4.0'); | ||
api.use('maxkfranz:cytoscape'); | ||
api.addFiles([ | ||
@@ -18,0 +22,0 @@ 'cytoscape-qtip.js' |
{ | ||
"name": "cytoscape-qtip", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "A Cytoscape.js extension that wraps the qTip jQuery library", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-qtip.js", |
Sorry, the diff of this file is not supported yet
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
31488
312