aboutsummaryrefslogtreecommitdiff
path: root/newsletter/package.json
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-01-24 01:42:03 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-01-24 01:42:03 +0100
commite07ab67bf95ea7e65828e373c731b6cdf984a7de (patch)
tree4fe471a1a8492149bb0b3e6ec726184e3bcf1647 /newsletter/package.json
parent36fb49bbef11294a93a53c363d32c2134f6b19b4 (diff)
downloadmitjafelicijan.com-e07ab67bf95ea7e65828e373c731b6cdf984a7de.tar.gz
Moved to altenator and DO
Diffstat (limited to 'newsletter/package.json')
-rw-r--r--newsletter/package.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/newsletter/package.json b/newsletter/package.json
deleted file mode 100644
index c4c5bc3..0000000
--- a/newsletter/package.json
+++ /dev/null
@@ -1,20 +0,0 @@
1{
2 "name": "weekly-mailing",
3 "version": "1.0.0",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [],
10 "author": "",
11 "license": "ISC",
12 "dependencies": {
13 "@sendgrid/mail": "^7.4.0",
14 "axios": "^0.21.1",
15 "dayjs": "^1.9.7",
16 "handlebars": "^4.7.6",
17 "meow": "^8.1.0",
18 "yesno": "^0.3.1"
19 }
20}