npm-artifactory
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -14,3 +14,3 @@ var config = require('../config'); | ||
artifact.group = artifact.group || exports.reverseDomain(config.npm.host); | ||
return artifactoryPath + '/' + path.join(artifact.group.replace(/\./g,'/'), artifact.name, artifact.version, artifact.file); | ||
return [artifactoryPath, artifact.group.replace(/\./g, '/'), artifact.name, artifact.version, artifact.file].join('/'); | ||
} | ||
@@ -17,0 +17,0 @@ module.exports.artMetaPath = function(artifactName){ |
{ | ||
"name": "npm-artifactory", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "A proxy server that uses Artifactory to store npm modules for seamless integration with java/maven-based workflows", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -6,2 +6,6 @@ npm-artifactory | ||
- offload network strain on npmjs.org to in-house artifactory | ||
- publish and consume your proprietary modules without major workarounds | ||
- snapshot/shrinkwrap your dependency versions so that OSS licenses are bundled in-house | ||
Installation | ||
@@ -8,0 +12,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
23919
41