Compare commits

..

2 Commits

Author SHA1 Message Date
a1209c74dd 2.3.26 2016-11-25 14:15:48 +01:00
d9f517cf46 fix cli usage 2016-11-25 14:15:44 +01:00
3 changed files with 7 additions and 4 deletions

2
dist/cli.js vendored Normal file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env node
var index = require("../dist/index.js");

View File

@@ -1,7 +1,8 @@
{
"npmts":{
"mode":"default",
"coverageTreshold": "70"
"coverageTreshold": "70",
"cli": true
},
"npmdocker":{
"baseImage":"hosttoday/ht-docker-node:npmts"

View File

@@ -1,15 +1,15 @@
{
"name": "npmci",
"version": "2.3.25",
"version": "2.3.26",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"bin": {
"npmci": "dist/index.js"
"npmci": "dist/cli.js"
},
"scripts": {
"test": "(npmts) && (npm run testVersion)",
"testVersion": "(cd test/assets/ && node ../../dist/index.js -v)"
"testVersion": "(cd test/assets/ && node ../../dist/cli.js -v)"
},
"repository": {
"type": "git",