fix(bin name): change from npmdocker to tsdocker

This commit is contained in:
Philipp Kunz 2019-05-12 18:30:32 +02:00
parent bde4597dd9
commit 415eaea56e

View File

@ -6,7 +6,7 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"bin": {
"npmdocker": "cli.js"
"tsdocker": "cli.js"
},
"scripts": {
"test": "(npm run clean && npm run setupCheck && npm run testStandard && npm run testSpeed)",