Skip to content

Commit a547406

Browse files
committed
adding some script shortcuts for contributors
1 parent db5bb8d commit a547406

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"db-create": "sequelize db:migrate",
1515
"db-delete": "sequelize db:migrate:undo:all",
1616
"db-seed": "sequelize db:seed:all",
17-
"db-unseed": "sequelize db:seed:undo:all"
17+
"db-unseed": "sequelize db:seed:undo:all",
18+
"contributors:add": "all-contributors add",
19+
"contributors:generate": "all-contributors generate"
1820
},
1921
"repository": {
2022
"type": "git",
@@ -57,10 +59,10 @@
5759
"validator": "12.2.0"
5860
},
5961
"devDependencies": {
62+
"@babel/compat-data": "7.8.6",
6063
"@babel/polyfill": "7.8.3",
6164
"@babel/preset-env": "7.8.4",
6265
"@babel/register": "7.8.3",
63-
"@babel/compat-data": "7.8.6",
6466
"all-contributors-cli": "6.14.1",
6567
"codecov": "3.6.5",
6668
"nyc": "15.0.0",

0 commit comments

Comments
 (0)