fix(bin name): change from npmdocker to tsdocker
This commit is contained in:
		@@ -6,7 +6,7 @@
 | 
				
			|||||||
  "main": "dist/index.js",
 | 
					  "main": "dist/index.js",
 | 
				
			||||||
  "typings": "dist/index.d.ts",
 | 
					  "typings": "dist/index.d.ts",
 | 
				
			||||||
  "bin": {
 | 
					  "bin": {
 | 
				
			||||||
    "npmdocker": "cli.js"
 | 
					    "tsdocker": "cli.js"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "test": "(npm run clean && npm run setupCheck && npm run testStandard && npm run testSpeed)",
 | 
					    "test": "(npm run clean && npm run setupCheck && npm run testStandard && npm run testSpeed)",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user