Skip to content

Commit d6e4d34

Browse files
author
Sylvestre Gug
committed
fix wait-on position
1 parent f4fe3a4 commit d6e4d34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"pg-query-stream": "^4.2.1",
2828
"serialize-error": "^4.1.0",
2929
"snowflake-sdk": "^1.5.0",
30-
"wait-on": "^6.0.1",
3130
"yargs": "^13.2.4"
3231
},
3332
"devDependencies": {
@@ -36,7 +35,8 @@
3635
"@babel/register": "^7.18.9",
3736
"chai": "^4.3.6",
3837
"mocha": "^10.1.0",
39-
"nodemon": "^1.19.1"
38+
"nodemon": "^1.19.1",
39+
"wait-on": "^6.0.1"
4040
},
4141
"scripts": {
4242
"dev": "NODE_ENV=development nodemon bin/observable-database-proxy",

0 commit comments

Comments
 (0)