Skip to content

Commit 71d389d

Browse files
committed
add pm2 to bin
1 parent ac0d29b commit 71d389d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"url": "http://github.com/yyx990803/pod.git"
3434
},
3535
"bin": {
36-
"pod": "./bin/pod"
36+
"pod": "./bin/pod",
37+
"pm2": "./node_modules/pm2/bin/pm2"
3738
},
3839
"engines": {
3940
"node": ">= 0.8.x"

0 commit comments

Comments
 (0)