diff --git a/.gitignore b/.gitignore index 5457562368..0f0478e67d 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ tmp npm-debug.log node_modules .idea +*.iml .DS_Store Thumbs.db diff --git a/package.json b/package.json index 0dfc3395a0..d7253eb94d 100755 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "dependencies": { "async": "*", "bcrypt": "*", + "connect-flash": "*", "express": "*", "forever": "*", "fb": "*",