Skip to content

Commit 53f2c4f

Browse files
committed
Release 2.1.4
1 parent 0245a28 commit 53f2c4f

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mage-db-sync",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Database synchronizer for Magento, based on Magerun",
55
"license": "MIT",
66
"author": {
@@ -11,6 +11,28 @@
1111
"mage-db-sync": "bin/mage-db-sync.js"
1212
},
1313
"preferGlobal": true,
14+
"keywords": [
15+
"magento",
16+
"magento2",
17+
"database",
18+
"sync",
19+
"synchronizer",
20+
"magerun",
21+
"magerun2",
22+
"development",
23+
"dev-tools",
24+
"database-import",
25+
"database-export",
26+
"database-dump",
27+
"ssh",
28+
"mysql",
29+
"cli",
30+
"magento-development",
31+
"magento-tools",
32+
"wordpress",
33+
"database-migration",
34+
"n98-magerun2"
35+
],
1436
"scripts": {
1537
"build": "tsc",
1638
"prepare": "npm run build",

0 commit comments

Comments
 (0)