Skip to content

Commit 967f797

Browse files
author
Juhyung Park
committed
Fix order in package.json
1 parent ef12fd5 commit 967f797

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
@@ -40,7 +40,7 @@
4040
"enquirer": "^1.0.3",
4141
"lodash": "^4.17.10",
4242
"prompt-confirm": "^2.0.4",
43-
"prompt-password": "^1.2.0",
44-
"prompt-list": "^3.2.0"
43+
"prompt-list": "^3.2.0",
44+
"prompt-password": "^1.2.0"
4545
}
4646
}

0 commit comments

Comments
 (0)