cytoscape-qtip
Advanced tools
Comparing version 2.1.0 to 2.2.0
{ | ||
"name": "cytoscape-qtip", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"main": "cytoscape-qtip.js", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -228,2 +228,5 @@ ;(function( $, $$ ){ 'use strict'; | ||
})( jQuery, cytoscape ); | ||
})( | ||
typeof jQuery !== 'undefined' ? jQuery : null, | ||
typeof cytoscape !== 'undefined' ? cytoscape : null | ||
); |
@@ -19,3 +19,3 @@ var gulp = require('gulp'); | ||
gulp.task('publish', [], function( next ){ | ||
runSequence('confver', /*'lint',*/ 'pkgver', 'push', 'tag', 'npm', next); | ||
runSequence('confver', /*'lint',*/ 'pkgver', 'push', 'tag', 'npm', 'spm', 'meteor', next); | ||
}); | ||
@@ -77,2 +77,10 @@ | ||
gulp.task('meteor', shell.task([ | ||
'meteor publish' | ||
])); | ||
gulp.task('spm', shell.task([ | ||
'spm publish' | ||
])); | ||
// http://www.jshint.com/docs/options/ | ||
@@ -79,0 +87,0 @@ gulp.task('lint', function(){ |
{ | ||
"name": "cytoscape-qtip", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "A Cytoscape.js extension that wraps the qTip jQuery library", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-qtip.js", |
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
31339
9
310