diff --git a/package.json b/package.json index 78ca2cb..2f426e9 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "format:js": "prettier --write src/", "build": "tsc" }, + "main": "dist/index.js", "bin": { "make-workout": "./bin/make-workout.js" },