Skip to content

Commit 2f4ead5

Browse files
author
JK.Mystic
committed
Add command alias 'hs'
1 parent 9f06a26 commit 2f4ead5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
{
4848
"name": "Travis Person",
4949
"email": "[email protected]"
50+
},
51+
{
52+
"name": "Jinkwon Lee",
53+
"email" : "[email protected]"
5054
}
5155
],
5256
"dependencies": {
@@ -73,6 +77,7 @@
7377
"analyze": false,
7478
"preferGlobal": "true",
7579
"bin": {
76-
"http-server": "./bin/http-server"
80+
"http-server": "./bin/http-server",
81+
"hs" : "./bin/http-server"
7782
}
7883
}

0 commit comments

Comments
 (0)