Declare main file
This commit is contained in:
parent
bdba0ecc52
commit
31a80e28e8
|
|
@ -11,6 +11,7 @@
|
|||
"format:js": "prettier --write src/",
|
||||
"build": "tsc"
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
"make-workout": "./bin/make-workout.js"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue