Skip to content

Commit

Permalink
Merge pull request #289 from blockstack/hotfix/hub-docker-build-fix
Browse files Browse the repository at this point in the history
Fix docker build error for hub project
  • Loading branch information
zone117x authored Jan 11, 2020
2 parents 64880f4 + 4c88230 commit bb47992
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 88 deletions.
68 changes: 0 additions & 68 deletions @types/greenlock-express/package-lock.json

This file was deleted.

16 changes: 0 additions & 16 deletions @types/greenlock-express/package.json

This file was deleted.

1 change: 0 additions & 1 deletion hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"@types/express-winston": "^3.0.4",
"@types/fetch-mock": "^7.3.1",
"@types/fs-extra": "^8.0.0",
"@types/greenlock-express": "file:../@types/greenlock-express",
"@types/lru-cache": "^5.1.0",
"@types/nanoid": "^2.0.0",
"@types/node": "^10.14.10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
declare module 'greenlock-express' {
import { Application } from 'express';
import * as http from 'http';
import * as https from 'https';
import { Application } from 'express'
import * as http from 'http'
import * as https from 'https'

export interface GreenlockOptions {
/** The email address of the ACME user / hosting provider */
Expand Down

0 comments on commit bb47992

Please sign in to comment.