Comparing version 0.0.2 to 0.0.21
@@ -40,3 +40,3 @@ #!/usr/bin/env node | ||
//版本号 | ||
//发布 | ||
Class.prototype.push = function(){ | ||
@@ -55,21 +55,6 @@ process.stdout.write('正在为您提交'); | ||
/* | ||
var run= function (obj) { | ||
if(obj[0] === '-v'){ | ||
console.log('version is 1.0.0'); | ||
}else if(obj[0] === '-h'){ | ||
console.log('Useage:'); | ||
console.log(' -v --version [show version]'); | ||
}else{ | ||
fs.readdir(path, function(err, files){ | ||
if(err){ | ||
return console.log(err); | ||
} | ||
for(var i = 0; i < files.length; i += 1){ | ||
console.log(files[i]); | ||
} | ||
}); | ||
} | ||
}; | ||
*/ | ||
//验证 | ||
Class.prototype.auth = function(){ | ||
consoel.log('开发中'); | ||
} | ||
@@ -76,0 +61,0 @@ var duoms = new Class(), run = duoms.short[param[0]] || param[0]; |
{ | ||
"name": "duoms", | ||
"version": "0.0.2", | ||
"version": "0.0.21", | ||
"description": "剁手管理系统基础服务", | ||
@@ -5,0 +5,0 @@ "main": "index.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
1488
47