Skip to content

Commit

Permalink
added engines and keywords attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyUss committed Feb 14, 2018
1 parent b0400f0 commit 0172b46
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"type": "git",
"url": "https://github.com/AnatolyUss/nmig.git"
},
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"mysql": "^2.15.0",
"pg": "^7.4.1",
Expand All @@ -19,5 +22,14 @@
},
"devDependencies": {
"tape": "^4.8.0"
}
},
"keywords": [
"database migration",
"copy",
"mysql",
"mariadb",
"postgresql",
"postgres",
"postgre"
]
}

0 comments on commit 0172b46

Please sign in to comment.