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