updated required ssl certs
This commit is contained in:
parent
10c9218ad9
commit
87de8812e0
10
package.json
10
package.json
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/Daplie/localhost.daplie.com-server.git"
|
"url": "git+https://github.com/Daplie/serve-https.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"https",
|
"https",
|
||||||
|
@ -31,16 +31,16 @@
|
||||||
"serve",
|
"serve",
|
||||||
"server"
|
"server"
|
||||||
],
|
],
|
||||||
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)",
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Daplie/localhost.daplie.com-server/issues"
|
"url": "https://github.com/Daplie/server-https/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/Daplie/localhost.daplie.com-server#readme",
|
"homepage": "https://github.com/Daplie/serve-https#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"finalhandler": "^0.4.0",
|
"finalhandler": "^0.4.0",
|
||||||
"livereload": "^0.4.0",
|
"livereload": "^0.4.0",
|
||||||
"localhost.daplie.com-certificates": "^1.1.2",
|
"localhost.daplie.com-certificates": "^1.2.0",
|
||||||
"minimist": "^1.1.1",
|
"minimist": "^1.1.1",
|
||||||
"redirect-https": "^1.1.0",
|
"redirect-https": "^1.1.0",
|
||||||
"serve-index": "^1.7.0",
|
"serve-index": "^1.7.0",
|
||||||
|
|
Loading…
Reference in New Issue