Skip to content

Commit

Permalink
WIP: Upgrade node-irc to accept sockets
Browse files Browse the repository at this point in the history
  • Loading branch information
3nprob committed Aug 19, 2021
1 parent 0ccff16 commit 9803d93
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ RUN cd freebindfree && make
# Typescript build
FROM node:14-slim as builder

RUN apt-get update \
&& apt-get install -y git

WORKDIR /build

COPY src/ /build/src/
Expand Down
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"matrix-appservice": "^0.8.0",
"matrix-appservice-bridge": "^2.6.1",
"matrix-lastactive": "^0.1.5",
"matrix-org-irc": "^1.2.0",
"matrix-org-irc": "matrix-org/node-irc#203fb0fb6c7217a5f4f226e7fb1f7dc3145e7cf9",
"nedb": "^1.1.2",
"nodemon": "^2.0.7",
"nopt": "^3.0.1",
Expand Down

0 comments on commit 9803d93

Please sign in to comment.