move file location
This commit is contained in:
parent
344a3eba41
commit
1cbe94b610
|
@ -2,12 +2,12 @@
|
||||||
"name": "serve-https",
|
"name": "serve-https",
|
||||||
"version": "1.6.1",
|
"version": "1.6.1",
|
||||||
"description": "Serves HTTPS using TLS (SSL) certs for localhost.daplie.com - great for testing and development.",
|
"description": "Serves HTTPS using TLS (SSL) certs for localhost.daplie.com - great for testing and development.",
|
||||||
"main": "serve.js",
|
"main": "bin/serve-https.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node serve.js -p 1443 -d /tmp/"
|
"test": "node bin/serve-https.js -p 8443 -d /tmp/"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"serve-https": "serve.js"
|
"serve-https": "./bin/serve-https.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue