Declare main file

This commit is contained in:
Rene Saarsoo 2020-10-01 20:37:46 +03:00
parent bdba0ecc52
commit 31a80e28e8
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
"format:js": "prettier --write src/",
"build": "tsc"
},
"main": "dist/index.js",
"bin": {
"make-workout": "./bin/make-workout.js"
},