stepwise-migrations 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "stepwise-migrations",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1",
|
4
4
|
"description": "",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -14,6 +14,10 @@
|
|
14
14
|
"@types/yargs": "^17.0.33"
|
15
15
|
},
|
16
16
|
"bin": {
|
17
|
-
"stepwise-migrations": "
|
17
|
+
"stepwise-migrations": "dist/index.js"
|
18
|
+
},
|
19
|
+
"dependencies": {
|
20
|
+
"pg": "^8.13.1",
|
21
|
+
"yargs": "^17.7.2"
|
18
22
|
}
|
19
23
|
}
|