Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 216c28d76e | |||
| b22b2fa802 |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "npmci",
|
||||
"version": "2.1.52",
|
||||
"version": "2.1.53",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
||||
@@ -42,7 +42,7 @@ switch (command){
|
||||
.then(NpmciEnv.configStore);
|
||||
break;
|
||||
case "command":
|
||||
command()
|
||||
command2()
|
||||
.then(NpmciEnv.configStore);
|
||||
break;
|
||||
case "install":
|
||||
|
||||
@@ -2,7 +2,7 @@ import "typings-global";
|
||||
import * as plugins from "./npmci.plugins";
|
||||
import {bash} from "./npmci.bash";
|
||||
|
||||
export let command = (commandArg) => {
|
||||
export let command = () => {
|
||||
let done = plugins.q.defer()
|
||||
console.log(process.argv);
|
||||
done.resolve();
|
||||
|
||||
Reference in New Issue
Block a user