* Bump version to 0.0.5-alpha

* Add email password reset support
This commit is contained in:
Bryan Ashby
2017-02-26 21:28:05 -07:00
parent 97e19957ce
commit f5899bc10f
18 changed files with 571 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "enigma-bbs",
"version": "0.0.4-alpha",
"version": "0.0.5-alpha",
"description": "ENiGMA½ Bulletin Board System",
"author": "Bryan Ashby <bryan@l33t.codes>",
"license": "BSD-2-Clause",
@@ -40,7 +40,8 @@
"sqlite3": "^3.1.1",
"ssh2": "^0.5.1",
"temptmp" : "^1.0.0",
"sanitize-filename" : "^1.6.1"
"sanitize-filename" : "^1.6.1",
"nodemailer" : "^3.1.3"
},
"devDependencies": {
},