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

Commit 537f73d

Browse files
committed
change name
1 parent f498e9d commit 537f73d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "sequelize-auto-migrations",
2+
"name": "sequelize-lazy-migrations",
33
"version": "1.0.3",
4-
"description": "Sequelize migrations generator && runner",
4+
"description": "Sequelize migrations generator & runner",
55
"main": "index.js",
66
"private": false,
77
"bin": {
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/flexxnn/sequelize-auto-migrations.git"
16+
"url": "git+https://github.com/matmar10/sequelize-lazy-migrations.git"
1717
},
1818
"keywords": [
1919
"sequelize",
@@ -26,9 +26,9 @@
2626
"author": "Michael Maslov",
2727
"license": "MIT",
2828
"bugs": {
29-
"url": "https://github.com/flexxnn/sequelize-auto-migrations/issues"
29+
"url": "https://github.com/matmar10/sequelize-lazy-migrations/issues"
3030
},
31-
"homepage": "https://github.com/flexxnn/sequelize-auto-migrations#readme",
31+
"homepage": "https://github.com/matmar10/sequelize-lazy-migrations#readme",
3232
"dependencies": {
3333
"async": "^2.5.1",
3434
"command-line-args": "^5.0.2",

0 commit comments

Comments
 (0)