cytoscape-cose-bilkent
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "cytoscape-cose-bilkent", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "The CoSE layout for Cytoscape.js by Bilkent", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-cose-bilkent.js", |
@@ -73,3 +73,3 @@ var gulp = require('gulp'); | ||
gulp.task('build', function(){ | ||
return bundle( transform( getBrowserified() ) ) | ||
return bundle( transform( getBrowserified({ fullPaths: false }) ) ) | ||
.pipe( gulp.dest('./') ) | ||
@@ -76,0 +76,0 @@ ; |
{ | ||
"name": "cytoscape-cose-bilkent", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "The CoSE layout for Cytoscape.js by Bilkent", | ||
"main": "cytoscape-cose-bilkent.js", | ||
"spm": { | ||
"main": "cytoscape-cose-bilkent.js" | ||
}, | ||
"main": "src/index.js", | ||
"scripts": { | ||
@@ -10,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -16,2 +16,6 @@ 'use strict'; | ||
if( typeof define !== 'undefined' && define.amd ){ | ||
define( [], register ); | ||
} | ||
module.exports = register; |
Sorry, the diff of this file is too big to display
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
550789
10042