Compare commits
	
		
			2 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| a1209c74dd | |||
| d9f517cf46 | 
							
								
								
									
										2
									
								
								dist/cli.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								dist/cli.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | ||||
| #!/usr/bin/env node | ||||
| var index = require("../dist/index.js"); | ||||
| @@ -1,7 +1,8 @@ | ||||
| { | ||||
|     "npmts":{ | ||||
|         "mode":"default", | ||||
|         "coverageTreshold": "70" | ||||
|         "coverageTreshold": "70", | ||||
|         "cli": true | ||||
|     }, | ||||
|     "npmdocker":{ | ||||
|         "baseImage":"hosttoday/ht-docker-node:npmts" | ||||
|   | ||||
| @@ -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", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user