fis-deploy-git
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -37,3 +37,3 @@ var os = require('os'); | ||
var tmp = os.tmpdir() + path.sep + 'fis_deploy_git_' + conf.remote.replace(/[:\/\\\.]+/g,'_') ; | ||
var tmp = os.tmpdir() + path.sep + 'fis_deploy_git_' + conf.remote.replace(/\/\/(.*):(.*)@/,'').replace(/[:\/\\\.]+/g,'_') ; | ||
@@ -76,5 +76,4 @@ if(fis.util.exists(tmp) && !fis.util.isDir(tmp)){ | ||
exec('git push', {silent: conf.deepSilent}) | ||
callback && callback(); | ||
} | ||
module.exports.fullpack = true; |
{ | ||
"name": "fis-deploy-git", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "fis git deploy plugin", | ||
@@ -15,6 +15,2 @@ "main": "index.js", | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/fex-team/fis-deploy-git" | ||
}, | ||
"dependencies": { | ||
@@ -25,2 +21,2 @@ "shelljs": "0.3.0" | ||
"license": "BSD" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # fis-deploy-git | ||
将FIS产出进行git部署 | ||
将FIS产出进行git部署 **仅支持FIS 1.8.5+** | ||
@@ -39,2 +39,2 @@ ## 使用方法 | ||
fis release -Dompd publish | ||
``` | ||
``` |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
39
4569
64
1
1