paraviewweb
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -9,3 +9,3 @@ #! /usr/bin/env node | ||
pkg = require('../../package.json'), | ||
publishBaseURL = pkg.repository.url.split('/').pop().split('.git')[0], | ||
publishBaseURL = '/' + pkg.repository.url.split('/').pop().split('.git')[0], | ||
version = /semantically-release/.test(pkg.version) ? 'development version' : pkg.version, | ||
@@ -12,0 +12,0 @@ baseUrl = "''", |
{ | ||
"name": "paraviewweb", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Web framework for building interactive visualization relying on VTK or ParaView to produce visualization data", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
2845335