Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit c7f474b

Browse files
committed
added bin commands
1 parent 543f084 commit c7f474b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "1.0.3",
44
"description": "Sequelize migrations generator && runner",
55
"main": "index.js",
6+
"bin": {
7+
"runmigration": "./bin/runmigration.js",
8+
"makemigration": "./bin/makemigration.js"
9+
},
610
"scripts": {
711
"test": "echo \"Error: no test specified\" && exit 1"
812
},

0 commit comments

Comments
 (0)