Skip to content

Commit

Permalink
update bree, new node base image
Browse files Browse the repository at this point in the history
  • Loading branch information
mchangrh committed Jul 12, 2021
1 parent 07ae306 commit 8dcc0f9
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 20 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
patreon: mchangrh
liberapay: mchangrh
custom: ['https://paypal.me/seanecoffey', 'https://paypal.me/michaelmpchang']
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blank_issues_enabled: false
blank_issues_enabled: true
contact_links:
- name: Join the discord
url: https://discord.gg/jNyntBn
Expand Down
9 changes: 0 additions & 9 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine
FROM node:lts-alpine3.14
WORKDIR /usr/src/niles
COPY . .
RUN npm install --production
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"windowsDebug": "@powershell -Command $env:DEBUG='niles:*';node index.js"
"debug": "DEBUG=niles npm start",
"debug:windows": "@powershell -Command $env:DEBUG='niles:*';npm start"
},
"author": "Sean Coffey",
"license": "MIT",
"dependencies": {
"@googleapis/calendar": "^0.2.0",
"bree": "^6.2.0",
"bree": "^6.2.1",
"columnify": "^1.5.4",
"debug": "^4.3.2",
"discord.js": "^12.5.3",
Expand Down

0 comments on commit 8dcc0f9

Please sign in to comment.