Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit bb7a089

Browse files
author
Lucas Willering
committed
First release
1 parent 7b925a8 commit bb7a089

File tree

3 files changed

+19
-73
lines changed

3 files changed

+19
-73
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
# v1.0.0
3+
## 19-11-2019
4+
1. [](#improved)
5+
* First release

package-lock.json

Lines changed: 11 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
},
1212
"dependencies": {
1313
"@artificialsolutions/tie-api-client": "^1.3.4",
14-
"dotenv": "^8.0.0",
1514
"body-parser": "^1.16.1",
1615
"command-line-args": "^5.0.1",
1716
"csurf": "^1.9.0",
18-
"ejs": "^2.5.7",
17+
"dotenv": "^8.0.0",
18+
"ejs": "^2.7.3",
1919
"express": "^4.17.1",
2020
"http-auth": "^3.2.3",
2121
"memory-cache": "^0.2.0",
2222
"passport": "^0.4.0",
2323
"passport-twitter": "^1.0.4",
2424
"query-string": "^5.0.1",
2525
"request": "^2.83.0",
26-
"request-promise": "^4.2.2",
26+
"request-promise": "^4.2.5",
2727
"socket.io": "2.3.0",
2828
"uuid": "^3.2.1"
2929
},

0 commit comments

Comments
 (0)