diff --git a/package.json b/package.json index e1c97a2..cb5f36c 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,9 @@ "url": "https://github.com/harish2704/sequelize-migration-generator/issues" }, "homepage": "https://github.com/harish2704/sequelize-migration-generator#readme", + "bin": { + "sequelize-migration-generator": "./bin/main.js" + }, "dependencies": { "ect": "^0.5.9" }